Skip to content

Commit 7843408

Browse files
committed
set build toolchain
1 parent 759b3eb commit 7843408

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/libvmexeccapi-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4
35+
- uses: actions-rs/toolchain@v1
36+
with:
37+
toolchain: 1.77.1
3538
- name: Add tragets
3639
run: |
3740
rustup target add aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)