File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 80
80
${{ matrix.gcc }} --version
81
81
- name : Set PATH
82
82
run : |
83
- echo "% USERPROFILE% \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
83
+ echo "${env: USERPROFILE} \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
84
84
echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
85
85
- name : Skip tests
86
86
if : matrix.run_tests == '' || matrix.mode == 'release'
@@ -244,7 +244,7 @@ jobs:
244
244
${{ matrix.gcc }} --version
245
245
- name : Set PATH
246
246
run : |
247
- echo "% USERPROFILE% \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
247
+ echo "${env: USERPROFILE} \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
248
248
echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
249
249
- name : Skip tests
250
250
if : matrix.run_tests == '' || matrix.mode == 'release'
@@ -414,7 +414,7 @@ jobs:
414
414
${{ matrix.gcc }} --version
415
415
- name : Set PATH
416
416
run : |
417
- echo "% USERPROFILE% \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
417
+ echo "${env: USERPROFILE} \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
418
418
echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
419
419
- name : Skip tests
420
420
if : matrix.run_tests == '' || matrix.mode == 'release'
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ jobs: # skip-master skip-pr skip-stable
73
73
${{ matrix.gcc }} --version
74
74
- name : Set PATH
75
75
run : |
76
- echo "% USERPROFILE% \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
76
+ echo "${env: USERPROFILE} \.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
77
77
echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
78
78
- name : Skip tests
79
79
if : matrix.run_tests == '' || matrix.mode == 'release'
You can’t perform that action at this time.
0 commit comments