Skip to content

Commit 0768916

Browse files
committed
Fixed the name of package...
1 parent 1998950 commit 0768916

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
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
sudo apt update
15-
sudo apt install libgsl-dev g++ cmake python3-devel python3-numpy
15+
sudo apt install libgsl-dev g++ cmake python3-dev python3-numpy
1616
- name: configure
1717
run: mkdir -p build && cd build && cmake ..
1818
- name: make

0 commit comments

Comments
 (0)