Skip to content

Commit

Permalink
fix invalid filename
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray authored Nov 1, 2023
1 parent d9d0b68 commit b05a5c0
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 @@ -44,7 +44,7 @@ jobs:
run: |
choco install -y 7zip.install
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-msvcrt-rt_v11-rev0.7z
7z x x86_64-13.2.0-release-win32-seh-ucrt-rt_v11-rev0.7z
7z x x86_64-13.2.0-release-win32-seh-msvcrt-rt_v11-rev0.7z
- name: Cache Libraries
uses: actions/cache@v2
Expand Down

0 comments on commit b05a5c0

Please sign in to comment.