Skip to content

Commit

Permalink
CI test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 26, 2024
1 parent 827d48f commit 7eccf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: System Setup
shell: bash
run: |
if [[ '${{ matrix.os }}' == 'ubuntu-*' ]]; then
if [[ '${{ matrix.os }}' == ubuntu-* ]]; then
if [[ '${{ matrix.compiler }}' == 'clang' ]]; then
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
Expand Down

0 comments on commit 7eccf7e

Please sign in to comment.