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 575d410 commit 68fa75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- if: ${{ matrix.os == ubuntu-latest }}
- if: ${{ matrix.os == 'ubuntu-latest' }}
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libssl-dev pkg-config libasound2-dev
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- if: ${{ matrix.os == ubuntu-latest }}
- if: ${{ matrix.os == 'ubuntu-latest' }}
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libssl-dev pkg-config libasound2-dev
Expand Down

0 comments on commit 68fa75d

Please sign in to comment.