Skip to content

Commit 2cf3294

Browse files
committed
Added sudo ...
1 parent 06aa508 commit 2cf3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Install dependencies
1313
run: |
14-
apt install libgsl-dev g++ cmake python3-devel python3-numpy
14+
sudo apt install libgsl-dev g++ cmake python3-devel python3-numpy
1515
- name: configure
1616
run: mkdir -p build && cd build && cmake ..
1717
- name: make

0 commit comments

Comments
 (0)