We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aa508 commit 2cf3294Copy full SHA for 2cf3294
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- name: Install dependencies
13
run: |
14
- apt install libgsl-dev g++ cmake python3-devel python3-numpy
+ sudo apt install libgsl-dev g++ cmake python3-devel python3-numpy
15
- name: configure
16
run: mkdir -p build && cd build && cmake ..
17
- name: make
0 commit comments