Skip to content

Commit

Permalink
Try cating failing log
Browse files Browse the repository at this point in the history
  • Loading branch information
waych committed Mar 30, 2021
1 parent f6a225d commit dd692b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Install cargo-vcpkg
run: cargo install cargo-vcpkg
- name: Install dependencies
run: cargo vcpkg -v build
shell: bash
run: |
set +e
set -x
cargo vcpkg -v build
cat D:\a\rust-sdl2\rust-sdl2\target\vcpkg\buildtrees\sdl2-gfx\install-x64-windows-static-md-rel-out.log
- name: Build SDL2
shell: bash
env:
Expand Down

0 comments on commit dd692b2

Please sign in to comment.