Skip to content

Commit

Permalink
remove dash
Browse files Browse the repository at this point in the history
  • Loading branch information
richardicooper committed Aug 28, 2024
1 parent bfa64dd commit 1ef7fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Setup wxWidgets for Win64 gui
if: matrix.cl == 'gui'
env:
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
CC=x86_64-w64-mingw32-gcc
CXX=x86_64-w64-mingw32-g++
shell: cmd
run: |
echo $PATH
Expand Down

0 comments on commit 1ef7fab

Please sign in to comment.