Skip to content

Commit

Permalink
Use cpuid
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Nov 15, 2022
1 parent e54b3ff commit e9b5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: CPU support
run: cat /proc/cpuinfo || true
run: go install github.com/klauspost/cpuid/cmd/cpuid@latest&&cpuid

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e9b5954

Please sign in to comment.