From 349498501ff5e2b0774aaa1a01d236c27658a95a Mon Sep 17 00:00:00 2001 From: bartjuw Date: Mon, 6 Nov 2023 14:56:41 -0800 Subject: [PATCH] Update build-libantimonyjs-github-actions.yml --- .../workflows/build-libantimonyjs-github-actions.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-libantimonyjs-github-actions.yml b/.github/workflows/build-libantimonyjs-github-actions.yml index 2e0d92c..00ae835 100644 --- a/.github/workflows/build-libantimonyjs-github-actions.yml +++ b/.github/workflows/build-libantimonyjs-github-actions.yml @@ -11,11 +11,11 @@ jobs: node-version: '14' - run: npm install -g bats - run: bats -v - - run: pwd - - run: mkdir tools + - name: get emscripten + run: git clone https://github.com/emscripten-core/emsdk.git working-directory: tools - - run: pwd - - run: git clone https://github.com/emscripten-core/emsdk.git + - name: install emscripten sdk + run: ./emsdk install 3.1.20 working-directory: tools/emsdk - run: pwd - - run: ./emsdk install 3.1.20 \ No newline at end of file + \ No newline at end of file