Skip to content

Commit

Permalink
set build toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
fbsobreira committed May 22, 2024
1 parent 759b3eb commit 7843408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/libvmexeccapi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
- name: Add tragets
run: |
rustup target add aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 7843408

Please sign in to comment.