Skip to content

Commit

Permalink
github actions: update install qt action to v3 and add openssl tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Mar 1, 2024
1 parent d02de36 commit d956c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
uses: actions/checkout@v2

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: '5.15.1'
target: 'desktop'
modules: qtcharts
tools: 'tools_openssl_x64'

- name: Install jinja2
run: |
Expand Down

0 comments on commit d956c9a

Please sign in to comment.