GHA: main-aarch64.yml: insert apt-get update
This commit is contained in:
parent
27df5f9c5f
commit
9850c5586e
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Get Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y tcl-dev tk-dev libcairo-dev
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue