mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-15 08:35:11 +01:00
Fix: [Actions] Call apt-get update before trying to install packages
This commit is contained in:
parent
2073c8d67f
commit
13e1b13a4e
1
.github/workflows/ci-build.yml
vendored
1
.github/workflows/ci-build.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
libfontconfig-dev \
|
libfontconfig-dev \
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user