Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 1, 2023
1 parent 96040b8 commit 26f5bba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
- uses: pkgxdev/setup@v2
- run: pkgx --sync # FIXME PKGX_PANTRY_PATH causes auto sync to fail
- run: |
if bin/build unavailable.com; then
exit 1
elif [ "$?" -neq 2 ]; then
exit 1
fi
set +e
bin/build unavailable.com
test $? -eq 2
3 changes: 3 additions & 0 deletions fixtures/projects/unavailable.com/package.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
platforms:
- darwin

versions:
- 1.0.0

0 comments on commit 26f5bba

Please sign in to comment.