Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Aug 19, 2024
1 parent 4ce1744 commit 9c72e74
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,8 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
qt-version: ['6.6.2']
include:
- os: ubuntu-latest
qt-version: '6.6.2'
enable_icons: 'ON'
build_shared: 'ON'
- os: ubuntu-latest
qt-version: '6.6.2'
enable_icons: 'ON'
build_shared: 'OFF'
# - os: ubuntu-latest
# enable_icons: 'OFF'
- os: macOS-latest
qt-version: '6.6.2'
enable_icons: 'ON'
- os: windows-latest
qt-version: '6.6.2'
enable_icons: 'ON'
enable_icons: ['ON', 'OFF']
build_shared: ['ON', 'OFF']

steps:
-
Expand Down

0 comments on commit 9c72e74

Please sign in to comment.