Skip to content

Commit

Permalink
add cargo caching
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Aug 23, 2024
1 parent f924644 commit a1dafa1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable-x86_64-pc-windows-msvc
- run: |
- uses: Swatinem/rust-cache@v2
- name: Run cargo build
run: |
cd sentry-cli
cargo build --release --locked
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sentry-cli.exe
path: sentry-cli/target/release/sentry-cli.exe

0 comments on commit a1dafa1

Please sign in to comment.