Skip to content

Commit

Permalink
Fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 20, 2024
1 parent 567f84c commit c52733c
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 @@ -25,7 +25,7 @@ jobs:
- name: prerequisites
run: sudo apt update && sudo apt install build-essential qt6-base-dev qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools linguist-qt6 libgl1-mesa-dev
- name: cmake
run: mkdir cbuild; cmake ..
run: mkdir cbuild; cd cbuild; cmake ..
- name: make
run: cd cbuild; make

Expand Down

0 comments on commit c52733c

Please sign in to comment.