Skip to content

Commit

Permalink
fix: workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyF0uR committed Nov 4, 2024
1 parent ec2c759 commit a518ad8
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ jobs:
- name: Add WASM target
run: rustup target add wasm32-unknown-unknown

- name: Install emcc
run: |
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
echo "EMSDK=$HOME/emsdk" >> $GITHUB_ENV
echo "$HOME/emsdk:$HOME/emsdk/upstream/emscripten" >> $GITHUB_PATH
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v14
with:
version: latest
actions-cache-folder: "emsdk-cache"

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit a518ad8

Please sign in to comment.