mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-10 00:36:39 +02:00
Force 'sudo apt update' in linux workflow.
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -37,6 +37,9 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
git clone https://github.com/revarbat/BOSL2.wiki.git
|
git clone https://github.com/revarbat/BOSL2.wiki.git
|
||||||
|
|
||||||
|
- name: Apt Update
|
||||||
|
run: sudo apt update
|
||||||
|
|
||||||
- name: Install Python dev
|
- name: Install Python dev
|
||||||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
|
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user