From f6aeb6ac30c5efd1493d86acc12a67ccdc23dd64 Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Thu, 25 Jan 2024 10:30:45 -0500 Subject: [PATCH] Debugging --- .github/workflows/build-docker-images.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index a841734..75b6209 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -26,6 +26,12 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 + - name: debug 1 + run: | + pwd + ls -ltrh + ls macos + - name: Install build requirements run: | brew install boost @@ -36,7 +42,7 @@ jobs: generator: Ninja run-build: true - - name: debug + - name: debug 2 run: | pwd ls -ltrh