Skip to content

Commit

Permalink
Update build-freebsd-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadownc authored Aug 1, 2024
1 parent 1d61ffe commit 405bda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-freebsd-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Pull and run FreeBSD image
run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker pull ghcr.io/osuosl/freebsd:13
docker pull toxchat/freebsd:latest
docker run --rm -v ${{ github.workspace }}/webssh:/workspace -w /workspace \
ghcr.io/osuosl/freebsd:13 \
toxchat/freebsd:latest \
sh -c "pkg update && pkg install -y python3 py39-pip && \
pip install -r requirements.txt && \
pip install pyinstaller && \
Expand Down

0 comments on commit 405bda0

Please sign in to comment.