Skip to content

Commit

Permalink
.github: Force pip install of pynsist
Browse files Browse the repository at this point in the history
Even though we're *gasp* not doing everything in a virtual env.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Sep 27, 2023
1 parent 6ab5fe6 commit dfb6dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update && \
icoutils \
icnsutils \
black && \
pip install pynsist
pip3 install --break-system-packages pynsist

RUN mkdir snek
COPY ./ snek/
Expand Down

0 comments on commit dfb6dba

Please sign in to comment.