Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDebrunner authored Nov 19, 2023
1 parent bfe8ab6 commit 575d410
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- if: ${{ matrix.os == ubuntu-latest }}
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libssl-dev pkg-config libasound2-dev
version: latest
- uses: Swatinem/rust-cache@v2.7.0
- name: Versions
run: cargo --version && rustc --version && cargo fmt -- --version && cargo clippy -- --version
Expand All @@ -40,6 +45,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- if: ${{ matrix.os == ubuntu-latest }}
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libssl-dev pkg-config libasound2-dev
version: latest
- uses: Swatinem/rust-cache@v2.7.0
- name: Versions
run: cargo --version && rustc --version && cargo fmt -- --version && cargo clippy -- --version
Expand Down

0 comments on commit 575d410

Please sign in to comment.