Skip to content

Commit 3c28398

Browse files
.github/workflows/ubuntu-distcheck.yml: updates
1 parent e86f959 commit 3c28398

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ubuntu-distcheck.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: DNMTools distribution check on Ubuntu
1+
name: DNMTools distcheck (Ubuntu)
22

33
on:
44
workflow_dispatch:
@@ -9,11 +9,9 @@ on:
99

1010
jobs:
1111
build:
12-
1312
runs-on: ubuntu-latest
14-
1513
steps:
16-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1715
with:
1816
submodules: recursive
1917
- name: Update packages
@@ -25,4 +23,4 @@ jobs:
2523
- name: configure
2624
run: ./configure
2725
- name: make distcheck
28-
run: make distcheck
26+
run: make -j4 distcheck

0 commit comments

Comments
 (0)