Skip to content

Commit

Permalink
fix: install wasi in static workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Feb 6, 2024
1 parent fb0acd3 commit de70cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,6 @@ jobs:
name: bebop-runtime-ts-${{ steps.dotenv.outputs.version }}
path: ${{env.TS_RUNTIME_ROOT}}/bebop-v${{ steps.dotenv.outputs.version }}.tgz

- name: Build Playground
run: |
yarn install
yarn build:site
working-directory: ${{github.workspace}}/playground/

- name: Upload Playground Artifacts
uses: actions/upload-artifact@v4
with:
name: bebop-playground-${{ steps.dotenv.outputs.version }}
path: ${{github.workspace}}/playground/dist

build-tools:
env:
TOOLS_ROOT: ${{github.workspace}}/Tools
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: Build Playground
run: |
../scripts/install-wasi.sh
yarn install
yarn build:site
working-directory: ./playground/
Expand Down

0 comments on commit de70cb3

Please sign in to comment.