fix actions 3

This commit is contained in:
ConfiG 2023-08-02 14:01:42 +03:00
parent a9114c8ba7
commit 52b4a58692
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -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: |