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 6464 - name : Set PATH
6565 run : |
6666 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
6768 - name : Skip tests
6869 if : matrix.run_tests == '' || matrix.mode == 'release'
6970 run : |
Original file line number Diff line number Diff line change 5858 - name : Set PATH
5959 run : |
6060 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
6162 - name : Skip tests
6263 if : matrix.run_tests == '' || matrix.mode == 'release'
6364 run : |
Original file line number Diff line number Diff line change 6767 - name : Set PATH
6868 run : |
6969 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
7071 - name : Skip tests
7172 if : matrix.run_tests == '' || matrix.mode == 'release'
7273 run : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments