Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 23, 2025
1 parent df78e38 commit 3d54113
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- run: ./pkgm.ts i pkgx.sh/brewkit
- run: /usr/local/bin/bk --help

- run: ./pkgm.ts i xpra.org # https://github.com/pkgxdev/pkgm/issues/13
- run: ls -la /usr/local/pkgs/xpra.org/v6.2.3/venv/bin
- run: xpra --version
- run: |
if ["$(/usr/local/bin/pkgx --version)" != "pkgx 2"* ]; then
exit 1
fi
# TODO pending: https://github.com/pkgxdev/pantry/issues/8487
# - run: ./pkgm.ts i xpra.org # https://github.com/pkgxdev/pkgm/issues/13
# - run: ls -la /usr/local/pkgs/xpra.org/v6.2.3/venv/bin
# - run: xpra --version

0 comments on commit 3d54113

Please sign in to comment.