Skip to content

Commit

Permalink
Run on Ubuntu and enable some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 17, 2023
1 parent a44dee0 commit 460bd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-compiler-explorer:
name: Build Compiler Explorer
runs-on: macos-latest # wasm-pack not working on Ubuntu https://github.com/rustwasm/wasm-pack/issues/781
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: "Build Compiler Playground Wasm NPM package"
run: wasm-pack build --target web
run: RUST_LOG=debug wasm-pack build --target web
working-directory: ./compiler/crates/relay-compiler-playground
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 460bd2c

Please sign in to comment.