We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0898f38 commit 55aa5acCopy full SHA for 55aa5ac
ci/actions-templates/windows-builds-template.yaml
@@ -76,6 +76,7 @@ jobs:
76
- name: Set PATH
77
run: |
78
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
80
- name: Skip tests
81
if: matrix.run_tests == '' || matrix.mode == 'release'
82
0 commit comments