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 7, 2024
1 parent 998f6dd commit 9ff6fef
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 @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
build-and-test:
if: ${{ false }}
strategy:
matrix:
include:
Expand Down Expand Up @@ -31,7 +32,6 @@ jobs:
uses: egor-tensin/setup-mingw@v2
with:
platform: ${{ matrix.arch }}
version: 11.3.0
- name: Build
env:
CXXFLAGS: ${{ matrix.flags }}
Expand Down

0 comments on commit 9ff6fef

Please sign in to comment.