Skip to content

Commit abf8adc

Browse files
committed
Temp - Print out emsdk contents
1 parent e5c98f1 commit abf8adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-dependencies.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
cd emsdk
1212
./emsdk install latest
1313
./emsdk activate latest
14+
echo $(find .)
15+
exit 1
1416
1517
- name: Build libgmp wasm
1618
run: |

0 commit comments

Comments
 (0)