Skip to content

Commit

Permalink
fix actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 2, 2023
1 parent a9114c8 commit 52b4a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
- name: Configure CMake
run: >
cmake -B ${{ github.workspace }}/build
${{ matrix.config.extra_flags }}
-DCLI_PATH="${{ github.workspace }}/cli"
${{ matrix.config.extra_flags }}
- name: Build
run: |
Expand Down

0 comments on commit 52b4a58

Please sign in to comment.