Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 3, 2024
1 parent d059aa1 commit b0a3b10
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,17 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
qtver: ['5.12.12', '6.5.3']
qtver: [5.12.12, 6.5.3]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Cache Qt
id: cache-qt
uses: actions/cache@v2
with:
path: ${{ github.workspace }}/Qt/
key: ${{ runner.os }}-QtCache-${{ runner.qtver }}

- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ runner.qtver }}
dir: "${{ github.workspace }}/Qt/"
cache: true

- name: Install Linux dependencies
if: "contains( matrix.os, 'ubuntu')"
Expand Down

0 comments on commit b0a3b10

Please sign in to comment.