From b3211a683c30be681396a3af82fd02a1f2c6ca10 Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Sat, 29 Feb 2020 11:43:39 +0100 Subject: [PATCH] Update emsdk --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 578fc427..b538e0be 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,14 +9,14 @@ jobs: - uses: actions/checkout@v1 - uses: mymindstorm/setup-emsdk@v1 with: - version: '1.38.47' + version: '1.38.48' - name: install coffee run: npm install --global coffeescript@1 - uses: actions/cache@v1 id: cache with: path: ~/.emscripten_cache - key: emscripten-1.38.47 + key: emscripten-1.38.48 - name: make run: make - name: test