Skip to content

Commit

Permalink
CI: fix os
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 2, 2024
1 parent 02fd0b4 commit b4cabeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: cache apt packages
if: startsWith(matrix.os, 'ubuntu')
if: startsWith(matrix.platform.os, 'ubuntu')
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libasound2-dev
Expand Down

0 comments on commit b4cabeb

Please sign in to comment.