Skip to content

Commit

Permalink
Merge pull request #14 from vaterlangen/master
Browse files Browse the repository at this point in the history
Fixed some bugs in pipeline
  • Loading branch information
oetken authored Dec 22, 2024
2 parents cf470ab + f68f5aa commit d263de9
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 @@ -23,7 +23,7 @@ jobs:
- name: Prepare Environment
shell: bash
working-directory: ${{github.workspace}}
run: sudo apt install -y git cmake build-essential qtbase5-dev devscripts qtbase5-private-dev debhelper uuid-dev libqt5xmlpatterns5-dev dh-make libqt5serialport5-dev dh-exec
run: sudo apt update ; sudo apt install -y git cmake build-essential qtbase5-dev devscripts qtbase5-private-dev debhelper uuid-dev libqt5xmlpatterns5-dev dh-make libqt5serialport5-dev dh-exec pandoc

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit d263de9

Please sign in to comment.