mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2025-09-20 18:00:07 +02:00
try fix test.yml
This commit is contained in:
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: |
|
||||
|
Reference in New Issue
Block a user