Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
grodansparadis committed Mar 14, 2024
1 parent 146b1d0 commit 8725d06
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ jobs:
run: sudo apt install qttools5-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtdeclarative5-dev libqt5charts5-dev libqt5serialbus5-dev libqt5serialport5-dev

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2.01
uses: jwlawson/actions-setup-cmake@v2

- name: Create Build Environment
run: |
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
run: sudo apt install qttools5-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtdeclarative5-dev libqt5charts5-dev libqt5serialbus5-dev libqt5serialport5-dev

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2.01
uses: jwlawson/actions-setup-cmake@v2

- name: Create Build Environment
run: |

0 comments on commit 8725d06

Please sign in to comment.