mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Force 'sudo apt update' in linux workflow.
This commit is contained in:
parent
5cff6455b8
commit
8047ad18d4
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user