Skip to content

Commit acfc648

Browse files
committed
Use sudo to apt install libisal-dev
1 parent ad63da5 commit acfc648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install tox
2323
run: pip install tox
2424
- name: Install isal
25-
run: apt install libisal-dev
25+
run: sudo apt-get install libisal-dev
2626
- name: Lint
2727
run: tox -e lint
2828
docs:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install tox
3636
run: pip install tox
3737
- name: Install isal
38-
run: apt install libisal-dev
38+
run: sudo apt-get install libisal-dev
3939
- name: Build docs
4040
run: tox -e docs
4141
test:
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install tox
5656
run: pip install tox
5757
- name: Install isal
58-
run: apt install libisal-dev
58+
run: sudo apt-get install libisal-dev
5959
- name: Run tests
6060
run: tox -e py3
6161
- name: Upload coverage report

0 commit comments

Comments
 (0)