Skip to content

Commit

Permalink
fix: needs go
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 8, 2025
1 parent cd59a85 commit 6839b49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
toolchain: stable
- uses: lukka/[email protected]

- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
check-latest: true

- name: Show rust version
run: |
cargo version
Expand Down

0 comments on commit 6839b49

Please sign in to comment.