Skip to content

Commit

Permalink
fixup! dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 18, 2024
1 parent fedbc99 commit b15f6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# - x86_64-pc-windows-msvc
# - i686-pc-windows-msvc
- x86_64-pc-windows-gnu
- i686-pc-windows-gnu
# - i686-pc-windows-gnu
include:
- target: x86_64-pc-windows-gnu
archive: x86_64-12.2.0-release-posix-seh-rt_v10-rev0.7z
Expand All @@ -45,7 +45,7 @@ jobs:
curl -sSf -O "$MIRRORS_BASE/${{ matrix.archive }}"
7z x -y "${{ matrix.archive }}" -o/c/mingw
rm "${{ matrix.archive }}"
ls -l "/c/mingw/${{ matrix.mingw_dir }}"
ls -l "/c/mingw/${{ matrix.mingw_dir }}/bin"
echo "C:\mingw\${{ matrix.mingw_dir }}\bin" >> $GITHUB_PATH
shell: bash
if: matrix.mingw_dir
Expand Down

0 comments on commit b15f6b1

Please sign in to comment.