Skip to content

Commit

Permalink
[fix]: Changing C compiler for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 6, 2021
1 parent 1ec4d46 commit 1acae7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

test-windows:
runs-on: windows-latest
env:
CC: g++ # changing c compiler
strategy:
matrix:
python: [3.6, 3.7, 3.8]
Expand Down

0 comments on commit 1acae7a

Please sign in to comment.