Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
lancos committed Mar 23, 2024
1 parent b1058b3 commit 78729c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Install needed packages
run: sudo apt install pkg-config libusb-1.0-0 libusb-1.0-0-dev libftdi1-2 libftdi1-dev libftdipp1-3 libftdipp1-dev
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: '5.9.5'
version: '5.15.2'
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: Create Build Environment
Expand Down

0 comments on commit 78729c8

Please sign in to comment.