Skip to content

Commit e5c98f1

Browse files
committed
Use wasm-ld path directly
1 parent cfc32e9 commit e5c98f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cd publish
5252
ar -x ${HOME}/opt/lib/libcob.a
5353
ar -x ${HOME}/opt/lib/libgmp.a
54-
wasm-ld *.o -o libcob.so --relocatable --no-entry
54+
./emsdk/upstream/bin/wasm-ld *.o -o libcob.so --relocatable --no-entry
5555
rm *.a
5656
cp ./gnucobol-3.0-rc1/libcob.h .
5757

0 commit comments

Comments
 (0)