Skip to content

Commit f412473

Browse files
committed
Downgrade Linux Workflows GCC from v14 to v11 (Prefix)
1 parent 728cd83 commit f412473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
sudo ln -s llvm-strip-14 /usr/bin/llvm-strip
190190
else
191191
sudo apt -qq install gcc-11
192-
CC+="-14"
192+
CC+="-11"
193193
fi
194194
echo "CC=$CC" >> $GITHUB_ENV
195195
- name: Build Debug Target

0 commit comments

Comments
 (0)