Skip to content

Commit

Permalink
add .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Nov 1, 2023
1 parent 00bbabe commit 7de820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
shell: powershell
run: |
choco install -y 7zip.install
curl -OL https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev0/x86_64-13.2.0-release-win32-seh-ucrt-rt_v11-rev0.7z
curl.exe -OL https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev0/x86_64-13.2.0-release-win32-seh-ucrt-rt_v11-rev0.7z
7z x x86_64-13.2.0-release-win32-seh-ucrt-rt_v11-rev0.7z
echo "CC=${{github.workspace}}/mingw64/bin/gcc.exe" >> $GITHUB_ENV
echo "CXX=${{github.workspace}}/mingw64/bin/g++.exe" >> $GITHUB_ENV
Expand Down

0 comments on commit 7de820e

Please sign in to comment.