Skip to content

Commit

Permalink
Fix broken shell syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss committed Jul 27, 2024
1 parent eefee9f commit 4d23728
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,14 +224,14 @@ jobs:
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
-DCUTTER_QT=${{ matrix.qt-major }} \
..
elif [ "${{ matrix.image }}" = "ubuntu:22.04" ]
cmake \
-G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCUTTER_QT=${{ matrix.qt-major }} \
-DCUTTER_USE_BUNDLED_RIZIN=ON \
..
else
cmake \
-G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCUTTER_QT=${{ matrix.qt-major }} \
-DCUTTER_USE_BUNDLED_RIZIN=ON \
..
fi
ninja
if [ "${{ matrix.package }}" = "true" ]
then
Expand Down

0 comments on commit 4d23728

Please sign in to comment.