Skip to content

Commit 0c5361d

Browse files
committed
FIX | workflow
1 parent e27684f commit 0c5361d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: "3.11"
4141

4242
- name: switch to gcc-14 on linux
43-
if: ${{ matrix.os == Linux }}
43+
if: ${{ matrix.os == 'Linux' }}
4444
run: |
4545
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa -y
4646
sudo apt update

0 commit comments

Comments
 (0)