Skip to content

Commit

Permalink
Merge branch 'update-deps'
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Apr 3, 2024
2 parents 9aaa7f2 + 9058969 commit 9595565
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
toolchain: stable
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- uses: Swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'

- name: install frontend dependencies
run: yarn install

Expand All @@ -74,4 +78,4 @@ jobs:
releaseName: "NCGMGR v__VERSION__"
releaseDraft: true
prerelease: false
args: ${{ matrix.settings.platform.build-args }}
args: ${{ matrix.platform.build-args }}

0 comments on commit 9595565

Please sign in to comment.