|
@@ -31,7 +31,7 @@ jobs:
|
|
security set-keychain-settings -lut 3600 build.keychain
|
|
security set-keychain-settings -lut 3600 build.keychain
|
|
- uses: actions/setup-go@v5
|
|
- uses: actions/setup-go@v5
|
|
with:
|
|
with:
|
|
- go-version-file: go.mod
|
|
|
|
|
|
+ go-version: "stable"
|
|
cache: true
|
|
cache: true
|
|
- name: Build Darwin
|
|
- name: Build Darwin
|
|
env:
|
|
env:
|
|
@@ -87,7 +87,7 @@ jobs:
|
|
write-host "plugin installed"
|
|
write-host "plugin installed"
|
|
- uses: actions/setup-go@v5
|
|
- uses: actions/setup-go@v5
|
|
with:
|
|
with:
|
|
- go-version-file: go.mod
|
|
|
|
|
|
+ go-version: "stable"
|
|
cache: true
|
|
cache: true
|
|
- run: go get ./...
|
|
- run: go get ./...
|
|
- run: |
|
|
- run: |
|
|
@@ -141,7 +141,7 @@ jobs:
|
|
write-host "plugin installed"
|
|
write-host "plugin installed"
|
|
- uses: actions/setup-go@v5
|
|
- uses: actions/setup-go@v5
|
|
with:
|
|
with:
|
|
- go-version-file: go.mod
|
|
|
|
|
|
+ go-version: "stable"
|
|
cache: true
|
|
cache: true
|
|
- name: 'Install ROCm'
|
|
- name: 'Install ROCm'
|
|
run: |
|
|
run: |
|
|
@@ -218,7 +218,7 @@ jobs:
|
|
write-host "plugin installed"
|
|
write-host "plugin installed"
|
|
- uses: actions/setup-go@v5
|
|
- uses: actions/setup-go@v5
|
|
with:
|
|
with:
|
|
- go-version-file: go.mod
|
|
|
|
|
|
+ go-version: "stable"
|
|
cache: true
|
|
cache: true
|
|
- name: 'Install CUDA'
|
|
- name: 'Install CUDA'
|
|
run: |
|
|
run: |
|
|
@@ -306,7 +306,7 @@ jobs:
|
|
write-host "plugin installed"
|
|
write-host "plugin installed"
|
|
- uses: actions/setup-go@v5
|
|
- uses: actions/setup-go@v5
|
|
with:
|
|
with:
|
|
- go-version-file: go.mod
|
|
|
|
|
|
+ go-version: "stable"
|
|
cache: true
|
|
cache: true
|
|
- run: go get
|
|
- run: go get
|
|
- uses: actions/download-artifact@v4
|
|
- uses: actions/download-artifact@v4
|