Skip to content

Commit

Permalink
github: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 10, 2024
1 parent f69c97d commit c74d0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pkgin-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
--with-dbdir=/usr/local/.pkgdb \
--with-libfetch=/tmp/destdir/usr \
--with-pkg-install=/tmp \
--with-machine-arch=x86_64 || cat config.log && false
--with-machine-arch=x86_64 || (cat config.log && false)
make
)
mv build/pkgin bin/pkgin-"$tag"
Expand Down

0 comments on commit c74d0d8

Please sign in to comment.