CI: Fix dependencies.

This commit is contained in:
tastytea 2021-08-21 00:39:03 +02:00
parent 1058903def
commit d1083b7dca
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 13 additions and 1 deletions

View File

@ -122,6 +122,11 @@ steps:
from_secret: email_password
when:
status: [ changed, failure ]
depends_on:
- GCC 10 / clang 11 (debug)
- Download CMake 3.12 installer
- GCC 9
- GCC 8 / clang 6
---
name: Packages x86_64
@ -214,7 +219,7 @@ steps:
path: /var/cache/apt/archives
depends_on:
- Debian bullseye
- Ubuntu focal
- Debian buster
- name: Download CMake 3.12 installer
image: plugins/download
@ -253,6 +258,7 @@ steps:
path: /var/cache/apt/archives
depends_on:
- Debian bullseye
- Debian buster
- Ubuntu focal
- Download CMake 3.12 installer
@ -307,3 +313,9 @@ steps:
from_secret: email_password
when:
status: [ changed, failure ]
depends_on:
- Debian bullseye
- Debian buster
- Ubuntu focal
- Download CMake 3.12 installer
- Ubuntu bionic