Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 2, 2025
1 parent 000b212 commit e69383c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ jobs:
name: base_${{ matrix.arch.name }}
path: /tmp/passenger-base-${{ matrix.arch.name }}
- name: Extract base image
run: tar -xvf ./passenger-base-${{ matrix.arch.name }}.tar.gz
run: tar -xf ./passenger-base-${{ matrix.arch.name }}.tar.gz
working-directory: /tmp/passenger-base-${{ matrix.arch.name }}
- run: ls /tmp/passenger-base-${{ matrix.arch.name }}/
- name: "Run make build_${{ matrix.img }}"
run: "make build_${{ matrix.img }}"
env:
Expand Down

0 comments on commit e69383c

Please sign in to comment.