Skip to content

Commit

Permalink
update build examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed May 8, 2024
1 parent 0ca039b commit 88c881d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/BuildExamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Qt
if: runner.os != 'macOS'
uses: jurplel/install-qt-action@v3
with:
cache: true
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Setup env macOS
if: runner.os == 'macOS'
run: |
brew install ninja
brew install ninja qt@5
- name: Build Samples
shell: bash
run: |
Expand Down

0 comments on commit 88c881d

Please sign in to comment.