Refactor emscripten/emsdk version to a single file

This commit is contained in:
Vladimir Panteleev 2021-06-29 21:11:21 +00:00
parent 725f3f7f2b
commit b14ea51e3d
No known key found for this signature in database
GPG key ID: 5004F0FAD051576D
6 changed files with 21 additions and 8 deletions

View file

@ -13,7 +13,6 @@ on:
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
EMSCRIPTEN_VERSION: 2.0.11
jobs:
tests:
@ -35,6 +34,10 @@ jobs:
run: |
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
- name: Read Emscripten version
run: |
printf 'EMSCRIPTEN_VERSION=%s\n' "$(cat emscripten-version)" >> $GITHUB_ENV
- name: Cache artifacts
id: cache
uses: actions/cache@v2