Skip to content

Commit

Permalink
ci: fixed msul build and missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Apr 14, 2022
1 parent e3a1cb1 commit 0fa339c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
runs-on: ubuntu-latest # We cross-compile from Ubuntu
steps:
- uses: actions/checkout@v2
- run: sudo apt install musl-tools
- name: Install musl toolchain
run: rustup target add x86_64-unknown-linux-musl
- run: cargo install bonnie
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
type: core
steps:
- uses: actions/checkout@v2
- run: cargo install bonnie wasm-pack
- run: cargo install bonnie wasm-pack rust-script
- run: sudo apt update
- run: sudo apt install firefox firefox-geckodriver
- name: Run Firefox WebDriver
Expand Down

0 comments on commit 0fa339c

Please sign in to comment.