Skip to content

Commit

Permalink
Update make-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
epico committed Dec 13, 2024
1 parent d85ad74 commit 12803f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install build dependency
run: sudo dnf install -y gettext python3-gobject gcc-c++ gettext-devel libtool pkgconfig sqlite-devel libuuid-devel lua-devel python3-devel json-glib-devel libsoup3-devel desktop-file-utils ibus-devel libpinyin-devel make gnome-common which
run: sudo dnf install -y gettext python3-gobject gcc-c++ gettext-devel libtool pkgconfig sqlite-devel libuuid-devel lua-devel python3-devel json-glib-devel libsoup3-devel desktop-file-utils ibus-devel libpinyin-devel libnotify-devel make gnome-common which
- name: autoconf
run: ./autogen.sh
- name: configure
Expand Down

0 comments on commit 12803f9

Please sign in to comment.