Skip to content

Commit

Permalink
Fix typo in Cirrus workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sykhro committed Aug 22, 2022
1 parent 92b9ecf commit 8524723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ task:

install_script: pwd && ls -la && pkg update --force && pkg install -y cmake ninja qt5-widgets qt5-qmake qt5-svg qt5-buildtools minizip fluidsynth

compile_script: && cmake -B build -GNinja . && cmake --build build --parallel
compile_script: cmake -B build -GNinja . && cmake --build build --parallel

0 comments on commit 8524723

Please sign in to comment.