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 cf77f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
unit:
runs-on: ubuntu-latest
runs-on: ubuntu
#container: ghcr.io/jdx/mise:github-actions
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
coverage:
name: coverage-${{matrix.tranche}}
#container: ghcr.io/jdx/mise:github-actions
runs-on: ubuntu-latest
runs-on: ubuntu
timeout-minutes: 30
strategy:
fail-fast: false
Expand All @@ -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 cf77f77

Please sign in to comment.