We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c98f1 commit abf8adcCopy full SHA for abf8adc
.github/workflows/build-dependencies.yml
@@ -11,6 +11,8 @@ jobs:
11
cd emsdk
12
./emsdk install latest
13
./emsdk activate latest
14
+ echo $(find .)
15
+ exit 1
16
17
- name: Build libgmp wasm
18
run: |
0 commit comments