CI: added missing apt update
Dieser Commit ist enthalten in:
Ursprung
ab925013b6
Commit
ec89626318
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -215,6 +215,11 @@ jobs:
|
||||
- name: Checkout LFS objects
|
||||
run: git lfs checkout
|
||||
|
||||
# Ubuntu only:
|
||||
- name: apt update
|
||||
if: startswith(matrix.config.os, 'ubuntu')
|
||||
run: sudo apt update
|
||||
|
||||
# Ubuntu only:
|
||||
- name: Install packages
|
||||
if: startswith(matrix.config.os, 'ubuntu')
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren