Skip to content

Commit

Permalink
Install libpython-static for nuitka
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jan 9, 2024
1 parent 45fcef5 commit 7f2eb2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ jobs:
shell: bash -l {0}
run: |
pip install nuitka
mkdir -p build
cd build
# https://github.com/wkentaro/imshow/actions/runs/7462427376/job/20304706621?pr=4
conda install libpython-static
mkdir build && cd build
ln -s ../imshow/__main__.py imshow
python3 -m nuitka --onefile imshow
Expand Down

0 comments on commit 7f2eb2d

Please sign in to comment.