Re-enable freebsd in github workflow.

This commit is contained in:
Alexander Shaduri
2021-03-09 12:18:28 +04:00
parent 2de5360ac8
commit 8dd21e2b82
+2 -2
View File
@@ -107,7 +107,7 @@ jobs:
freebsd:
# Disable for now - it fails with not being able to find packages for gtk30, libsigc++20, c++11-lang, pkgconfig.
if: ${{ false }}
# if: ${{ false }}
runs-on: macos-latest
name: FreeBSD
# env:
@@ -125,7 +125,7 @@ jobs:
sync: rsync
mem: 2048
prepare: |
pkg install -y cmake atkmm cairo glibmm gtk30 gtkmm30 libsigc++20 pangomm c++11-lang pkgconfig
pkg install -y cmake pkgconf gtkmm30 gettext pcre libiconv
run: |
mkdir build && cd build