Fix incorrect python package in workflow
Some checks failed
Build / build-gentoo (push) Waiting to run
Build / build-appimage (push) Successful in 5m46s
Build / build-android (push) Has been cancelled

This commit is contained in:
Zachary Hall 2024-10-19 17:17:20 -07:00
parent cd6e43711b
commit 8f7f020863

View file

@ -15,7 +15,7 @@ jobs:
- name: Install system dependencies
run: apt update && apt install -y wget python3 python3-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
run: ./build-appimage.sh
- name: Upload artifact