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
95483f34
Unverified
Commit
95483f34
authored
Nov 04, 2024
by
Daniel Hiltgen
Committed by
GitHub
Nov 04, 2024
Browse files
CI: matrix strategy fix (#7496)
Github actions matrix strategy can't access env settings
parent
f247a623
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
.github/workflows/release.yaml
.github/workflows/release.yaml
+6
-10
No files found.
.github/workflows/release.yaml
View file @
95483f34
...
...
@@ -3,10 +3,6 @@ name: release
env
:
ROCM_WINDOWS_URL
:
https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q3-WinSvr2022-For-HIP.exe
MSYS2_URL
:
https://github.com/msys2/msys2-installer/releases/download/2024-07-27/msys2-x86_64-20240727.exe
CUDA_12_WINDOWS_URL
:
https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_551.61_windows.exe
CUDA_12_WINDOWS_VER
:
12.4
CUDA_11_WINDOWS_URL
:
https://developer.download.nvidia.com/compute/cuda/11.3.1/local_installers/cuda_11.3.1_465.89_win10.exe
CUDA_11_WINDOWS_VER
:
11.3
on
:
push
:
...
...
@@ -163,10 +159,10 @@ jobs:
strategy
:
matrix
:
cuda
:
-
version
:
"
${{
env.CUDA_11_WINDOWS_VER
}}
"
url
:
${{ env.CUDA_11_WINDOWS_URL }}
-
version
:
"
${{
env.CUDA_12_WINDOWS_VER
}}
"
url
:
${{ env.CUDA_12_WINDOWS_URL }}
-
version
:
"
11.3
"
url
:
https://developer.download.nvidia.com/compute/cuda/11.3.1/local_installers/cuda_11.3.1_465.89_win10.exe
-
version
:
"
12.4
"
url
:
https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda_12.4.0_551.61_windows.exe
env
:
KEY_CONTAINER
:
${{ vars.KEY_CONTAINER }}
steps
:
...
...
@@ -456,10 +452,10 @@ jobs:
name
:
generate-windows-cpu
-
uses
:
actions/download-artifact@v4
with
:
name
:
generate-windows-cuda-
${{ env.CUDA_11_WINDOWS_VER }}
name
:
generate-windows-cuda-
11.3
-
uses
:
actions/download-artifact@v4
with
:
name
:
generate-windows-cuda-
${{ env.CUDA_12_WINDOWS_VER }}
name
:
generate-windows-cuda-
12.4
-
uses
:
actions/download-artifact@v4
with
:
name
:
generate-windows-rocm
...
...
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