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 acc4a0b commit 8593ca1Copy full SHA for 8593ca1
.github/workflows/CI.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
path: '.emsdk-cache'
14
key: emscripten-2.0.6
15
- - uses: mymindstorm/setup-emsdk@2a4a91b
+ - uses: mymindstorm/setup-emsdk@ca33dc6
16
17
version: '2.0.6'
18
actions-cache-folder: '.emsdk-cache'
.github/workflows/release.yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: {version: '2.0.6'}
- name: make
run: make
0 commit comments