Skip to content

Commit

Permalink
Retry to get nuwen mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 30, 2023
1 parent 4eb4ff0 commit ab5bbb4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/avr-gcc-build-msys2-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ jobs:
gccversion: [ 12.3.0 ]
steps:
- uses: actions/checkout@v3
- name: get-nuwen-mingw
run: |
echo get-nuwen-mingw
pacman -S --needed --noconfirm wget
wget --no-check-certificate https://nuwen.net/files/mingw/mingw-18.0-without-git.exe
- name: unpack-nuwen-mingw
- name: get-and-unpack-nuwen-mingw
shell: cmd
run: |
echo unpack-nuwen-mingw
C:\msys64\usr\bin\echo.exe get-and-unpack-nuwen-mingw
C:\msys64\usr\bin\wget.exe --no-check-certificate https://nuwen.net/files/mingw/mingw-18.0-without-git.exe
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 ab5bbb4

Please sign in to comment.