fix workflox
This commit is contained in:
parent
ad31cec373
commit
39bb467a3f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/rssguard.yml
vendored
8
.github/workflows/rssguard.yml
vendored
|
@ -12,19 +12,19 @@ jobs:
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, ubuntu-20.04, macos-10.15]
|
os: [windows-2019, ubuntu-18.04, macos-10.15]
|
||||||
use_webengine: ["ON", "OFF"]
|
use_webengine: ["ON", "OFF"]
|
||||||
use_qt5: ["ON", "OFF"]
|
use_qt5: ["ON", "OFF"]
|
||||||
include:
|
include:
|
||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-18.04
|
||||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-18.04
|
||||||
use_qt5: "ON"
|
use_qt5: "OFF"
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
use_qt5: "ON"
|
use_qt5: "ON"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue