Skip to content

Commit ba7d223

Browse files
committed
ci: use gcc as the name of the compiler instead of egcc on OpenBSD
1 parent bfd3020 commit ba7d223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openbsd_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ jobs:
9898
git config --global --add safe.directory .
9999
gmake
100100
sudo ./v symlink
101-
export VFLAGS='-cc egcc'
101+
export VFLAGS='-cc gcc'
102102
./v run ci/openbsd_ci.vsh all

0 commit comments

Comments
 (0)