Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 18, 2024
1 parent da0bb49 commit fedbc99
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
matrix:
target:
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc
# - x86_64-pc-windows-msvc
# - i686-pc-windows-msvc
- x86_64-pc-windows-gnu
- i686-pc-windows-gnu
include:
Expand All @@ -45,6 +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 }}"
echo "C:\mingw\${{ matrix.mingw_dir }}\bin" >> $GITHUB_PATH
shell: bash
if: matrix.mingw_dir
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
shell: cmd

msrv:
if: false
runs-on: windows-latest
# needs: [build]
env:
Expand All @@ -91,12 +93,14 @@ jobs:
cargo build --locked
rustfmt:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt -- --check

rustdoc:
if: false
runs-on: windows-latest
steps:
- name: Before checking out source and change \n -> \r\n
Expand Down

0 comments on commit fedbc99

Please sign in to comment.