Skip to content

Commit

Permalink
Debug build-info
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Mar 5, 2024
1 parent 5bba40f commit 2546083
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
set-safe-directory: true

- name: Create an unprivileged user
run: |
Expand Down Expand Up @@ -123,6 +124,10 @@ jobs:
- name: Install nodejs-shared
run: pacman -U --noconfirm build/archlinux/nodejs-shared/${{ steps.nodejs_shared_pkgbuild.outputs.pkg }}

- name: Debug build-info
run: |
git -C /__w/h/h rev-parse --show-toplevel
bash -x tools/build-info -e
- name: Create PKGBUILD
run: sudo -u $UNPRIVILEGED build/archlinux/mk
Expand Down

0 comments on commit 2546083

Please sign in to comment.