Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 22, 2023
1 parent fd04d26 commit 46f9a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
python3-dev \
libffi-dev \
python3-pip \
python3-venv
python3-venv \
patchelf
python3 -m venv /opt/lib/nuitka
source /opt/lib/nuitka/bin/activate
pip install nuitka
Expand Down

0 comments on commit 46f9a1f

Please sign in to comment.