Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Jan 25, 2024
1 parent bf215d0 commit f6aeb6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: debug 1
run: |
pwd
ls -ltrh
ls macos
- name: Install build requirements
run: |
brew install boost
Expand All @@ -36,7 +42,7 @@ jobs:
generator: Ninja
run-build: true

- name: debug
- name: debug 2
run: |
pwd
ls -ltrh
Expand Down

0 comments on commit f6aeb6a

Please sign in to comment.