mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
try fix test.yml
This commit is contained in:
parent
56e593853d
commit
6eef73e345
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
run: ${{ github.workspace }}/install.bat
|
||||
|
||||
- name: Add toolchain to path
|
||||
run: echo "C:/MinGW/msys/1.0/home/autobuild/tools/win32\bin" >> $GITHUB_PATH
|
||||
run: echo "C:\MinGW\msys\1.0\home\autobuild\tools\win32\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
|
||||
- name: Test run
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user