diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index ef26f99aa0..3cb4345b7e 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -27,6 +27,8 @@ jobs: - name: Install packages run: | + export DEBIAN_FRONTEND=noninteractive + sudo apt-get update sudo apt-get install -qq \ valgrind \ libncurses-dev \ diff --git a/.github/workflows/vm1-ci.yml b/.github/workflows/vm1-ci.yml index 50014c60ca..d4fec938c9 100644 --- a/.github/workflows/vm1-ci.yml +++ b/.github/workflows/vm1-ci.yml @@ -18,7 +18,6 @@ jobs: version: "9.3" - name: openbsd version: "7.4" - - name: sunos compiler: - clang - gcc @@ -30,7 +29,8 @@ jobs: compiler: clang - os: {name: openbsd} compiler: gcc - - os: {name: sunos} + # cross-platform-actions/actions@v0.21.1 works for FreeBSD but hangs often + - os: {name: freebsd} steps: @@ -75,11 +75,6 @@ jobs: (gcc) echo ${{matrix.compiler}} ;; esac) EOF - tee ~/work/install_sunos_deps.sh <