Skip to content

Commit 55aa5ac

Browse files
committed
Add target env for windows
1 parent 0898f38 commit 55aa5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/actions-templates/windows-builds-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- name: Set PATH
7777
run: |
7878
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
79+
echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
7980
- name: Skip tests
8081
if: matrix.run_tests == '' || matrix.mode == 'release'
8182
run: |

0 commit comments

Comments
 (0)