Skip to content

Commit

Permalink
feat: add rust cache to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jun 25, 2024
1 parent dce2e45 commit 001d9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ghostscript
Expand Down

0 comments on commit 001d9eb

Please sign in to comment.