Skip to content

Commit

Permalink
Update build-pr.yaml
Browse files Browse the repository at this point in the history
* Pass same flags windows/unix.
  • Loading branch information
niedbalski authored Apr 20, 2021
1 parent b7990b2 commit f54856c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build on ${{ matrix.os }} with ${{ matrix.compiler }}
run: |
echo "CC = $CC, CXX = $CXX"
cmake .
cmake -DMK_DEBUG=On -DMK_WITHOUT_BIN=On -DMK_WITHOUT_CONF=On -DMK_LIB_ONLY=On
make
env:
CC: ${{ matrix.compiler }}
CC: ${{ matrix.compiler }}

0 comments on commit f54856c

Please sign in to comment.