Skip to content

Commit

Permalink
Update qt5_build_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
u-235 committed Sep 24, 2024
1 parent 0508168 commit 04dce32
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,20 @@ jobs:
}
- {
name: macOS_x64,
os: macos-11,
os: macos-12,
build: make
}

steps:
- name: checkout
uses: actions/checkout@v1
with:
submodules: true
uses: actions/checkout@v4

- name: MSVC Environment Setup
if: contains( matrix.config.os, 'Windows' )
uses: ilammy/msvc-dev-cmd@v1

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: true
version: ${{ matrix.qt.version}}
Expand Down

0 comments on commit 04dce32

Please sign in to comment.