Skip to content

Commit

Permalink
Fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed May 28, 2021
1 parent 7406c3e commit 2af7a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- name: Configure
working-directory: ${{ matrix.example }}
run: cmake -Bbuild
run: cmake -Bbuild -DPython_EXECUTABLE=`which python`

- name: Compile
working-directory: ${{ matrix.example }}/build
run: cmake --build . -DPython_EXECUTABLE=`which python`
run: cmake --build .

- name: Example
working-directory: ${{ matrix.example }}/build
Expand Down

0 comments on commit 2af7a56

Please sign in to comment.