Skip to content

Commit

Permalink
fix golang arch
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Jul 5, 2024
1 parent 4b56a87 commit c174e86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
architecture: x64
cache: false

- name: Lint
Expand All @@ -27,7 +28,7 @@ jobs:
include:
- os: ubuntu-latest
rust-target: 1.79-x86_64-unknown-linux-gnu
- os: windows-2019
- os: windows-latest
rust-target: 1.79-x86_64-pc-windows-gnu
- os: macos-latest
rust-target: 1.79-x86_64-apple-darwin
Expand All @@ -48,6 +49,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
architecture: x64
cache: true

- name: Setup Rust
Expand Down

0 comments on commit c174e86

Please sign in to comment.