Skip to content

Commit bfd3020

Browse files
committed
ci: install plain gcc on the OpenBSD jobs
1 parent 31636fb commit bfd3020

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
@@ -90,7 +90,7 @@ jobs:
9090
shell: sh
9191
sync_files: runner-to-vm
9292
run: |
93-
sudo pkg_add git sqlite3 gmake boehm-gc libiconv gcc-11.2.0p15
93+
sudo pkg_add git sqlite3 gmake boehm-gc libiconv gcc
9494
# Mandatory: hostname not set in VM => some tests fail
9595
sudo hostname -s openbsd-ci
9696
echo "### OS infos"

0 commit comments

Comments
 (0)