Skip to content

Commit 717d461

Browse files
Update build_and_test_on_push.yml
1 parent e0fea27 commit 717d461

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_and_test_on_push.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
- uses: actions/checkout@v4
1010
- name: Install required packages
1111
run: sudo apt-get update && sudo apt-get install -y
12-
git
13-
bash
14-
cmake
15-
make
16-
g++
17-
python3-dev
18-
python3-distutils
19-
autoconf
20-
build-essential
12+
git \
13+
bash \
14+
cmake \
15+
make \
16+
g++ \
17+
python3-dev \
18+
autoconf \
19+
build-essential \
2120
libjemalloc-dev
21+
python3 -m pip install distutils
2222
- name: Init and update submodules
2323
run: git submodule update --init --recursive
2424
- name: Build odgi

0 commit comments

Comments
 (0)