Update apt metadata before installing dependencies.
This commit is contained in:
3
.github/workflows/packaging.yml
vendored
3
.github/workflows/packaging.yml
vendored
@@ -82,7 +82,8 @@ jobs:
|
||||
- name: Prepare Environment
|
||||
run: |
|
||||
echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> ${GITHUB_ENV}
|
||||
sudo apt install nsis wine64
|
||||
sudo apt-get update
|
||||
sudo apt-get install nsis wine64
|
||||
|
||||
- name: Package Installers
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user