Skip to content

Commit

Permalink
Merge pull request #669 from Mossaka/fix-benchmark-ci
Browse files Browse the repository at this point in the history
benchmark: fix the CI failure
  • Loading branch information
Mossaka authored Sep 12, 2024
2 parents 09dd181 + 682a33a commit b7a3ac3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
run: git submodule update --init --recursive
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
target: wasm32-wasi
rustflags: '' #Disable. By default this action sets environment variable is set to -D warnings. We manage this in the Makefile
- name: Setup build env
run: |
os=$(echo "$RUNNER_OS" | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit b7a3ac3

Please sign in to comment.