Skip to content

Commit b1ee739

Browse files
committed
GHA: Hard code linux
1 parent 6506faa commit b1ee739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ jobs:
2727
- name: Configure & Build
2828
shell: bash
2929
run: |
30-
if [ "$OSTYPE" = "linux-gnu" ]; then
3130
export CC=/usr/bin/gcc-14
3231
export CXX=/usr/bin/g++-14
3332
gcc -v
3433
g++ -v
35-
fi
3634
3735
cmake -B build_dir -DCMAKE_BUILD_TYPE=${{ matrix.build_config }}
3836
cmake --build build_dir --config ${{ matrix.build_config }}

0 commit comments

Comments
 (0)