Skip to content

Commit

Permalink
Fix build and rust action
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed May 6, 2023
1 parent 8222b5f commit 4880d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/alpha-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
- name: "Apple silicon target"
if: matrix.NAME == 'mac'
run : |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build:bundle": "node scripts/build.js",
"setup": "node scripts/buildNumber.cjs alpha false && node scripts/build.js",
"rename": "node scripts/rename.js",
"check": "svelte-check && tsc --noEmit && eslint ."
"check": "svelte-check && tsc --noEmit && eslint .",
"tauri": "tauri"
},
"devDependencies": {
"@baileyherbert/tinro": "^1.0.0",
Expand Down

0 comments on commit 4880d38

Please sign in to comment.