Skip to content

Commit

Permalink
fix: Extra space after --ws= qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Jan 19, 2022
1 parent defd93c commit 29c5912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
sudo apt update
sudo apt install libqt5pas-dev -y
lazbuild -B --bm=Release --ws= qt5 "src/testrestartapplication.lpi"
lazbuild -B --bm=Release --ws=qt5 "src/testrestartapplication.lpi"
mv bin/testrestartapplication bin/testrestartapplication-qt5
- name: Build the Main App (macOS)
Expand Down

0 comments on commit 29c5912

Please sign in to comment.