We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a3832 commit 108ebf2Copy full SHA for 108ebf2
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build libgimli
38
working-directory: build
39
run: |
40
- source venv-build/bin/activate
+ source ../venv-build/bin/activate
41
make -j 8 gimli
42
- name: Build Python bindings
43
0 commit comments