Skip to content

Commit

Permalink
ci: disable emsdk caching temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Apr 27, 2024
1 parent c33b6dd commit 60254e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
echo "INSTALL_REF=${{ github.event.inputs.version }}" >> "$GITHUB_ENV"
# TODO: fix cache
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.58
actions-cache-folder: emsdk-cache
# with:
# version: 3.1.58
# actions-cache-folder: emsdk-cache

- name: Checkout this repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 60254e8

Please sign in to comment.