Update apt metadata before installing dependencies.

This commit is contained in:
Paul Chote
2021-01-11 23:55:50 +00:00
committed by abcdefg30
parent 53db1230ab
commit a12e4657ee

View File

@@ -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: |