Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
opokatech committed Mar 24, 2024
1 parent b3aa9c7 commit 764a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: Configure CMake
run: cmake -S ${{github.workspace}}/ecbrates \
run: cmake -S ${{github.workspace}} \
-B ${{github.workspace}}/build \
-DECB_PARAM_DEBUG=OFF \
-DECB_PARAM_TESTS=ON
Expand Down

0 comments on commit 764a730

Please sign in to comment.