Force 'sudo apt update' in linux workflow.

This commit is contained in:
Garth Minette 2021-03-12 21:54:56 -08:00
parent 5cff6455b8
commit 8047ad18d4

View file

@ -37,6 +37,9 @@ jobs:
cd $GITHUB_WORKSPACE
git clone https://github.com/revarbat/BOSL2.wiki.git
- name: Apt Update
run: sudo apt update
- name: Install Python dev
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil