Skip to content

Commit 9d96870

Browse files
authored
Fix for Issue #159
1 parent 29ecabf commit 9d96870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git clone https://github.com/uiri/toml.git
3737
cd toml
38-
sudo python3 setup.py install
38+
python3 setup.py install
3939
- name: Install HDF5 Libraries
4040
run: |
4141
sudo apt install libhdf5-dev

0 commit comments

Comments
 (0)