Skip to content

Commit

Permalink
gh: actually install
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 12, 2024
1 parent 40d49bd commit 24b901e
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 @@ -60,7 +60,7 @@ jobs:
export LIBS="-lnbcompat"
./configure --prefix=/usr
bmake
bmake DESTDIR=/tmp/destdir
bmake DESTDIR=/tmp/destdir install
)
- name: Build each tag
run: |
Expand Down

0 comments on commit 24b901e

Please sign in to comment.