summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/make-check.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/make-check.yml b/.github/workflows/make-check.yml
index bd08699..47a83b6 100644
--- a/.github/workflows/make-check.yml
+++ b/.github/workflows/make-check.yml
@@ -11,10 +11,13 @@ jobs:
runs-on: ubuntu-latest
+ container:
+ image: fedora:rawhide
+
steps:
- uses: actions/checkout@v2
- name: install build dependency
- run: sudo apt-get install -y libdb-dev libglib2.0-dev
+ run: sudo dnf install -y gcc-c++ libdb-devel glib2-devel make gnome-common wget
- name: autoconf
run: ./autogen.sh
- name: configure