Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Jan 14, 2024
1 parent 8a3a82c commit 2ef791c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
build-and-test:
if: ${{ false }}
strategy:
matrix:
include:
Expand All @@ -29,7 +28,8 @@ jobs:
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v3
- name: Setup MinGW
uses: egor-tensin/setup-mingw@v2
uses: e-t-l/setup-mingw@patch-1
# uses: egor-tensin/setup-mingw@v2
with:
platform: ${{ matrix.arch }}
- name: Build
Expand Down

0 comments on commit 2ef791c

Please sign in to comment.