Skip to content

Commit

Permalink
Fix linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 18, 2023
1 parent 45b2fa8 commit 8c6a34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup GCC
if: ! startsWith(matrix.compiler.cxx, 'clang')
if: ${{ ! startsWith(matrix.compiler.cxx, 'clang') }}
run: sudo apt-get install -y ${{ matrix.compiler.cxx }}

- name: Setup Clang
Expand Down

0 comments on commit 8c6a34e

Please sign in to comment.