Skip to content

Commit 1c00993

Browse files
committed
test
1 parent 3969bc9 commit 1c00993

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-get update
15-
pip install cython
15+
sudo apt-get install cython3
1616
- name: prepare environment
1717
run: |
1818
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV

0 commit comments

Comments
 (0)