mirror of https://github.com/OpenTTD/OpenTTD
Fix: [Actions] Call apt-get update before trying to install packages
parent
2073c8d67f
commit
13e1b13a4e
|
@ -28,6 +28,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
libfontconfig-dev \
|
||||
libicu-dev \
|
||||
|
|
Loading…
Reference in New Issue