mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-26 15:50:23 +00:00
Ensure apt is updated first
This commit is contained in:
parent
0380ed8c83
commit
721c2e4b51
1
.github/workflows/release-build.yaml
vendored
1
.github/workflows/release-build.yaml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: |-
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes python3-git python3-yaml
|
||||
|
||||
- name: "Checkout repository"
|
||||
|
Loading…
Reference in New Issue
Block a user