Skip to content

Commit

Permalink
Work around a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 4, 2023
1 parent cb8ba2d commit 1dcb17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install GCC problem matcher
uses: root-project/gcc-problem-matcher-improved@9d83f12b27a78210f0485fb188e08d94fa807a6d
with:
build-directory: ${{ env.BUILD_DIR }}
build-directory: build # ${{ env.BUILD_DIR }} has backslashes, which make the problem matcher choke
- name: Build
working-directory: "${{ env.BUILD_DIR }}"
run: mingw32-make -j$(nproc --all)
Expand Down

0 comments on commit 1dcb17c

Please sign in to comment.