File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 64
64
- name : Set PATH
65
65
run : |
66
66
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
67
+ echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
67
68
- name : Skip tests
68
69
if : matrix.run_tests == '' || matrix.mode == 'release'
69
70
run : |
Original file line number Diff line number Diff line change 58
58
- name : Set PATH
59
59
run : |
60
60
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
61
+ echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
61
62
- name : Skip tests
62
63
if : matrix.run_tests == '' || matrix.mode == 'release'
63
64
run : |
Original file line number Diff line number Diff line change 67
67
- name : Set PATH
68
68
run : |
69
69
echo "%USERPROFILE%\.cargo\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
70
+ echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
70
71
- name : Skip tests
71
72
if : matrix.run_tests == '' || matrix.mode == 'release'
72
73
run : |
Original file line number Diff line number Diff line change 76
76
- name : Set PATH
77
77
run : |
78
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
79
80
- name : Skip tests
80
81
if : matrix.run_tests == '' || matrix.mode == 'release'
81
82
run : |
You can’t perform that action at this time.
0 commit comments