fix macos ci (#99)

This commit is contained in:
nihui 2024-04-27 21:17:49 +08:00 committed by GitHub
parent e6aa690e75
commit bafa0c4e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,9 @@ jobs:
cd rust
cargo build --verbose
cargo test --verbose
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: build-test-golang
run: |
cd go