Skip to content

Commit

Permalink
ci: attempt to speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Mar 4, 2024
1 parent 2b24db5 commit d02bea7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2

with:
# To only cache runs from `master`
save-if: ${{ github.ref == 'refs/heads/main' }}
- if: matrix.os == 'ubuntu-latest'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down

0 comments on commit d02bea7

Please sign in to comment.