Skip to content

Commit 2ab8db6

Browse files
committed
fix: correct env variable
1 parent f3dafc5 commit 2ab8db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- os: "windows-latest"
4646
image-name: ghcr.io/ansys-dpf/dpf-standalone:windows-26.1
4747
env:
48-
DPF_DOCKER: ${{ matrix.platform.os }}
48+
DPF_DOCKER: ${{ matrix.platform.image-name }}
4949

5050
steps:
5151
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)