This commit is contained in:
parent
5533f2853d
commit
90176995d3
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Setup Go toolchain
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20'
|
||||
- name: Setup Rust toolchain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue