Skip to content

Commit 18ffa5d

Browse files
committed
foo
1 parent 42b4cfd commit 18ffa5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: |
3434
export PATH=$(go env GOTOOLDIR):$PATH
3535
go mod download github.com/NVIDIA/go-nvml
36-
go get github.com/xlab/c-for-go
37-
go install github.com/xlab/c-for-go
36+
go get github.com/xlab/c-for-go@6dd1c017f91eea5364499f7926d94583eaddaadb
37+
go install github.com/xlab/c-for-go@6dd1c017f91eea5364499f7926d94583eaddaadb
3838
sudo cp $(go env GOPATH)/bin/c-for-go /usr/local/bin
3939
4040
- name: Get depdencies

0 commit comments

Comments
 (0)