Skip to content

Commit

Permalink
Separate get and unpack nuwen mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 30, 2023
1 parent 6db7705 commit b39a380
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/avr-gcc-build-msys2-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
gccversion: [ 12.3.0 ]
steps:
- uses: actions/checkout@v3
- name: get-and-unpack-nuwen-mingw
- name: get-nuwen-mingw
shell: cmd
run: |
C:\msys64\usr\bin\echo.exe get-and-unpack-nuwen-mingw
C:\msys64\usr\bin\echo.exe get-nuwen-mingw
C:\msys64\usr\bin\wget.exe --no-check-certificate https://nuwen.net/files/mingw/mingw-18.0-without-git.exe
- name: unpack-nuwen-mingw
shell: cmd
run: |
C:\msys64\usr\bin\echo.exe unpack-nuwen-mingw
start /b /wait ./mingw-18.0-without-git.exe -y -gm2 -InstallPath="D:\\a\\avr-gcc-build\\avr-gcc-build\\mingw"
- uses: msys2/setup-msys2@v2
with:
Expand Down

0 comments on commit b39a380

Please sign in to comment.