mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Add some debug info output.
This commit is contained in:
6
.github/workflows/qemu_multiarch_linux.yml
vendored
6
.github/workflows/qemu_multiarch_linux.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user