Skip to content

Commit

Permalink
chore: buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jdx committed Apr 26, 2024
1 parent e8eea10 commit 239d281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
with:
shared-key: build-tarball
save-if: ${{ matrix.name == 'linux-x64' }}
cache-provider: buildjet
- if: matrix.os == 'ubuntu'
uses: taiki-e/install-action@cross
- run: scripts/setup-zipsign.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
with:
shared-key: coverage
save-if: ${{ github.ref_name == 'main' }}
cache-provider: buildjet
- run: sudo apt-get update; sudo apt-get install zsh fish direnv
- uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 239d281

Please sign in to comment.