From bcc2ef5a064fdb8a2a60a75b93b20385ee6cf66b Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Wed, 1 Dec 2021 16:57:49 +0400 Subject: [PATCH] Fixes for github actions (autotools). --- .github/workflows/autotools-tier1.yml | 8 ++++---- .github/workflows/autotools-tier2.yml | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/autotools-tier1.yml b/.github/workflows/autotools-tier1.yml index ea3e931..4159824 100644 --- a/.github/workflows/autotools-tier1.yml +++ b/.github/workflows/autotools-tier1.yml @@ -107,10 +107,10 @@ jobs: - name: Configure shell: msys2 {0} working-directory: ${{runner.workspace}}/build -# run: > -# ../gsmartcontrol/configure --enable-tests --with-nsis=${{ matrix.root }}/bin/makensis.exe --with-windows-sysroot=${{ matrix.root }} - run: > - "${GITHUB_WORKSPACE}/gsmartcontrol/configure" --enable-tests + run: make + # run: > + # ../gsmartcontrol/configure --enable-tests --with-nsis=${{ matrix.root }}/bin/makensis.exe --with-windows-sysroot=${{ matrix.root }} + # run: "${GITHUB_WORKSPACE}/gsmartcontrol/configure" --enable-tests - name: Build shell: msys2 {0} diff --git a/.github/workflows/autotools-tier2.yml b/.github/workflows/autotools-tier2.yml index b4f4b4c..c87783d 100644 --- a/.github/workflows/autotools-tier2.yml +++ b/.github/workflows/autotools-tier2.yml @@ -55,7 +55,7 @@ jobs: freebsd: - runs-on: macos-latest + runs-on: macos-10.15 # env: # variables to pass to VM # MYTOKEN : ${{ secrets.MYTOKEN }} @@ -66,11 +66,9 @@ jobs: - name: Build and test in FreeBSD id: test - uses: vmactions/freebsd-vm@v0.1.2 + uses: vmactions/freebsd-vm@v0.1.5 with: usesh: true - # sshfs is more reliable than rsync - sync: sshfs mem: 2048 prepare: > pkg install -y pkgconf gtkmm30 gettext pcre libiconv autoconf automake