fix macos ci (#99)
This commit is contained in:
parent
e6aa690e75
commit
bafa0c4e52
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -84,6 +84,9 @@ jobs:
|
|||||||
cd rust
|
cd rust
|
||||||
cargo build --verbose
|
cargo build --verbose
|
||||||
cargo test --verbose
|
cargo test --verbose
|
||||||
|
- uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: 1.21.x
|
||||||
- name: build-test-golang
|
- name: build-test-golang
|
||||||
run: |
|
run: |
|
||||||
cd go
|
cd go
|
||||||
|
Loading…
Reference in New Issue
Block a user