Skip to content

Commit

Permalink
fix install cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 committed Jul 10, 2024
1 parent a04b52e commit 75040ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false
- uses: dtolnay/rust-toolchain@stable
- name: Checksum for vendored dependencies
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
- name: Vendor dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false
- uses: dtolnay/rust-toolchain@stable
- name: Vendor dependencies
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
- name: Checksum for vendored dependencies

run: sha256sum vendor.tar.gz > vendor.tar.gz.sha256sum
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 75040ca

Please sign in to comment.