2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Add some debug info output.

This commit is contained in:
Rene Rivera
2021-09-25 20:27:22 -05:00
parent 74b626e5c6
commit 2f63df021e

View File

@@ -44,6 +44,12 @@ jobs:
- name: 'Setup'
run: |
env | grep -v '^#' | xargs > docker-run-action.env
- name: 'Info'
run: |
echo ">>>>> ENV:"
cat docker-run-action.env
echo ">>>>> WORKDIR: ${{ github.workspace }}"
ls -laF ${{ github.workspace }}
- name: 'Run'
uses: addnab/docker-run-action@v3
with: