summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2022-11-18 13:51:44 +0800
committerPeng Wu <alexepico@gmail.com>2022-11-18 17:06:14 +0800
commit21cc7efc2b9eb954395a0efc7841d37c4cee3d71 (patch)
tree3f98747ef44f78ca881aa8a5b69683d4428c3eb8
parent872bfa1532e4f7f95b63f03efac2d0b2dc601374 (diff)
downloadlibpinyin-21cc7efc2b9eb954395a0efc7841d37c4cee3d71.tar.gz
Use Fedora rawhide container image
-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