Skip to content

Commit dd0b044

Browse files
committed
Small fixes
1 parent 3bfd9f2 commit dd0b044

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/freebsd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
operating_system: freebsd
2626
version: '15.0'
27-
shell: bash
2827
run: |
2928
uname -a
3029
freebsd-version

.github/workflows/netbsd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
operating_system: netbsd
2626
version: '10.1'
27-
shell: bash
2827
run: |
2928
uname -a
3029
whoami

.github/workflows/openbsd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ jobs:
2424
with:
2525
operating_system: openbsd
2626
version: '7.9'
27-
shell: bash
2827
run: |
2928
uname -a
3029
whoami
3130
pwd
3231
# http://ftp.openbsd.org/pub/OpenBSD/7.9/packages/amd64/
33-
sudo pkg_add gcc g++ automake autoconf autoconf-archive libtool cppunit
32+
sudo pkg_add gcc g++ automake-1.18.1 autoconf-2.72p0 autoconf-archive libtool cppunit
3433
export CXX=eg++
3534
export AUTOCONF_VERSION=2.72
3635
export AUTOMAKE_VERSION=1.18

0 commit comments

Comments
 (0)