File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Set prefix
54
54
id : set-prefix
55
+ shell : pwsh
55
56
run : |
56
57
$prefix = "run-windows-${{ matrix.tag }}-${{ matrix.vendor }}-${{ matrix.config }}"
57
- $nscTargetTaggedImage = "ghcr.io/$env:GITHUB_REPOSITORY:nsc-godbolt-build-${{ matrix.vendor }}-${{ matrix.config }}-${{ matrix.tag }}".ToLower()
58
+ $repo = $env:GITHUB_REPOSITORY
59
+ $tag = "nsc-godbolt-build-${{ matrix.vendor }}-${{ matrix.config }}-${{ matrix.tag }}"
60
+ $nscTargetTaggedImage = "ghcr.io/$repo:$tag".ToLower()
58
61
59
62
"prefix=$prefix" >> $env:GITHUB_OUTPUT
60
63
"nscTargetTaggedImage=$nscTargetTaggedImage" >> $env:GITHUB_OUTPUT
98
101
--preset ci-configure-dynamic-${{ matrix.vendor }} `
99
102
--profiling-output=profiling/cmake-profiling.json `
100
103
--profiling-format=google-trace
101
- -DNSC_IMAGE_NAME=${{ steps.set-prefix.outputs.nscTargetTaggedImage }}
104
+ " -DNSC_IMAGE_NAME=${{ steps.set-prefix.outputs.nscTargetTaggedImage }}"
102
105
103
106
- name : Container – Build NSC
104
107
run : |
You can’t perform that action at this time.
0 commit comments