Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Dec 19, 2023
1 parent b1b3493 commit 2da3e2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
workflow_dispatch:

env:
WASI_VERSION: '20'
WASI_VERSION_FULL: '20.0'
WASI_SDK_PATH: './wasi-sdk-20.0'
EM_VERSION: '3.1.36'
WASI_VERSION: '21'
WASI_VERSION_FULL: '21.0'
WASI_SDK_PATH: './wasi-sdk-21.0'
EM_VERSION: '3.1.44'
EM_CACHE_FOLDER: 'emsdk-cache'

jobs:
Expand All @@ -32,7 +32,7 @@ jobs:
- 'wasm32-wasi-threads'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Ninja
run: |
sudo apt-get update
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Ninja
run: |
sudo apt-get update
Expand Down

0 comments on commit 2da3e2b

Please sign in to comment.