We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f383e8c commit cfc32e9Copy full SHA for cfc32e9
.github/workflows/build-dependencies.yml
@@ -14,6 +14,7 @@ jobs:
14
15
- name: Build libgmp wasm
16
run: |
17
+ source ./emsdk/emsdk_env.sh
18
mkdir -p ${HOME}/opt
19
wget https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
20
tar xvf gmp-6.1.2.tar.xz
@@ -28,6 +29,7 @@ jobs:
28
29
30
- name: Build libcob wasm
31
32
33
34
wget http://sourceforge.net/projects/open-cobol/files/gnu-cobol/3.0/gnucobol-3.0-rc1.tar.gz
35
tar xvf gnucobol-3.0-rc1.tar.gz
0 commit comments