Skip to content

Commit

Permalink
I forgot to say 'platform'
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Jan 17, 2025
1 parent 98889db commit d697a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
libvorbis-dev:${{ matrix.platform.arch }}
- name: Install Clang Ubuntu packages
if: ${{ matrix.platform.name == 'Ubuntu' && matrix.cxx == 'clang++' }}
if: ${{ matrix.platform.name == 'Ubuntu' && matrix.platform.cxx == 'clang++' }}
run: sudo apt-get install -qq -y libstdc++-dev

- name: Install macOS packages
Expand Down

0 comments on commit d697a0d

Please sign in to comment.