Skip to content

Commit

Permalink
Refactor all io operations to be platform independent
Browse files Browse the repository at this point in the history
Updated @actions/cache
  • Loading branch information
mymindstorm committed May 1, 2021
1 parent f9068d6 commit c0f39b9
Show file tree
Hide file tree
Showing 6 changed files with 60,265 additions and 6,571 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: mymindstorm/setup-emsdk@v7
- uses: mymindstorm/setup-emsdk@v9

- name: Verify
run: emcc -v
Expand All @@ -24,7 +24,7 @@ To just cache emsdk:
```yaml
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v7
uses: mymindstorm/setup-emsdk@v9
with:
# Make sure to set a version number!
version: 1.38.40
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}
- uses: mymindstorm/setup-emsdk@v7
- uses: mymindstorm/setup-emsdk@v9
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
Expand Down
Loading

0 comments on commit c0f39b9

Please sign in to comment.