Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing updates to perf action #11

Open
wants to merge 11 commits into
base: main-test-perf-workflow
Choose a base branch
from
5 changes: 5 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ jobs:
submodules: true
path: wasmtime_main

- name: Get latest rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly

- name: Build main from bytecodealliance/wasmtime
working-directory: ./wasmtime_main
run: |
Expand Down