Skip to content

Commit

Permalink
fix CI 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed May 24, 2024
1 parent b03827b commit 6efbb81
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 @@ -81,7 +81,7 @@ jobs:
- name: Configure
run: |
cmake ${CMAKE_OPTIONS} -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -G Ninja \
-DCMAKE_INSTALL_PREFIX=$HOME/install --DWITH_NLS=OFF
-DCMAKE_INSTALL_PREFIX=$HOME/install -DWITH_NLS=OFF
- name: Build
run: |
cmake --build build --verbose -j$(nproc)
Expand Down

0 comments on commit 6efbb81

Please sign in to comment.