1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 01:57:09 +00:00

jobs.<job_id>.strategy.fail-fast = false

Ubuntu 22.04 should theoretically build cleanly; let's see it

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
Stavros Ntentos 2024-02-29 16:28:33 +02:00 committed by Brenden Matthews
parent 6a0d42af73
commit 1876a56d95

View File

@ -23,6 +23,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04