Fix incorrect python package in workflow
This commit is contained in:
parent
cd6e43711b
commit
8f7f020863
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: apt update && apt install -y wget python3 python3-pip
|
run: apt update && apt install -y wget python3 python3-pip
|
||||||
- name: Install Python dependencies via pip
|
- name: Install Python dependencies via pip
|
||||||
run: python -m venv venv && ./venv/bin/pip install lddwrap
|
run: python -m venv venv && ./venv/bin/pip install pylddwrap
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: ./build-appimage.sh
|
run: ./build-appimage.sh
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in a new issue