We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cac5bcc + a2514e0 commit 84c3baaCopy full SHA for 84c3baa
1 file changed
.github/workflows/ubuntu-distcheck.yml
@@ -9,11 +9,9 @@ on:
9
10
jobs:
11
build:
12
-
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
submodules: recursive
19
- name: Update packages
@@ -24,5 +22,9 @@ jobs:
24
22
run: ./autogen.sh
25
23
- name: configure
26
run: ./configure --enable-hts
27
- - name: make distcheck
+ - name: Build falco
+ run: make
+ - name: Check the distribution
28
run: make distcheck
29
+ - name: Cleanup after the build
30
+ run: make distclean
0 commit comments