Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
06101260
Commit
06101260
authored
Jan 18, 2024
by
Michael Yang
Browse files
remove env setting
parent
3ebd6a83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
.github/workflows/test.yaml
.github/workflows/test.yaml
+0
-14
No files found.
.github/workflows/test.yaml
View file @
06101260
...
@@ -23,20 +23,6 @@ jobs:
...
@@ -23,20 +23,6 @@ jobs:
with
:
with
:
go-version
:
'
1.21'
go-version
:
'
1.21'
cache
:
true
cache
:
true
-
if
:
${{ startsWith(matrix.os, 'windows-') }}
shell
:
pwsh
run
:
|
$path = vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath
if ($path) {
$path = join-path $path 'Common7\Tools\vsdevcmd.bat'
if (test-path $path) {
cmd /s /c """$path"" $args && set" | where { $_ -match '(\w+)=(.*)' } | foreach {
echo "$($Matches[1])=$($Matches[2])" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
}
}
}
echo "C:\Program Files\Git\usr\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
-
run
:
go get ./...
-
run
:
go get ./...
-
run
:
go generate -x ./...
-
run
:
go generate -x ./...
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment