Skip to content

Commit 6506faa

Browse files
committed
GHA: Different shell command
1 parent 274cf25 commit 6506faa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- name: Configure & Build
2828
shell: bash
2929
run: |
30-
echo OSTYPE: "$OSTYPE"
31-
if [[ "$OSTYPE" == "linux-gnu" ]]; then
30+
if [ "$OSTYPE" = "linux-gnu" ]; then
3231
export CC=/usr/bin/gcc-14
3332
export CXX=/usr/bin/g++-14
3433
gcc -v

0 commit comments

Comments
 (0)