Fixes for github actions (autotools).

This commit is contained in:
Alexander Shaduri
2021-12-01 15:10:13 +04:00
parent e9662d800f
commit ff4b9abf27
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -107,8 +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: >
../gsmartcontrol/configure --enable-tests --with-nsis=${{ matrix.root }}/bin/makensis.exe --with-windows-sysroot=${{ matrix.root }}
"${GITHUB_WORKSPACE}/gsmartcontrol/configure" --enable-tests
- name: Build
shell: msys2 {0}
+2 -1
View File
@@ -69,7 +69,8 @@ jobs:
uses: vmactions/freebsd-vm@v0.1.2
with:
usesh: true
sync: rsync
# sshfs is more reliable than rsync
sync: sshfs
mem: 2048
prepare: >
pkg install -y pkgconf gtkmm30 gettext pcre libiconv autoconf automake