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 c5bc0cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false
- name: Install cargo
run: rustup update stable && rustup default stable
- name: Checksum for vendored dependencies
run: ./build-aux/dist-vendor.sh dist . && tar czf vendor.tar.gz dist
- name: Vendor dependencies
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
steps:git
- uses: actions/checkout@v4
with:
lfs: true
Expand All @@ -24,9 +24,12 @@ jobs:
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false
- name: Install cargo
run: rustup update stable && rustup default 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 c5bc0cc

Please sign in to comment.