We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effe79a commit 66cfbd6Copy full SHA for 66cfbd6
1 file changed
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: install dependencies
8
run: sudo apt-get update && sudo apt-get -y install docbook-utils libglib2.0-dev libgnutls28-dev libnl-genl-3-dev autoconf-archive
9
- name: Check out repository
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
11
- run: ./autogen.sh
12
- run: ./configure --enable-syslog
13
- run: make distcheck
0 commit comments