Skip to content

Commit

Permalink
fix: missing wizer in tests.yaml workflow, add to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Aug 25, 2024
1 parent 6853aac commit de44c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
sudo apt install -y binaryen xz-utils
bash ./scripts/land-server-deps.sh
export PATH=$(pwd)/wizer-v7.0.4-x86_64-linux:$PATH
- name: Toolchain info
run: |
cargo --version --verbose
Expand Down

0 comments on commit de44c36

Please sign in to comment.