summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Hebbeker <david@hebbeker.info>2020-12-27 09:40:21 (GMT)
committerDavid Hebbeker <david@hebbeker.info>2020-12-27 09:41:34 (GMT)
commit3073a2f25f0091047bf5f18a2e97f288b1c62daa (patch)
tree145ce0d919030416c9e648a8fcbcc6385c50865d /.github
parentdb749df8dc6686848762eb696a0ec6ca31565e21 (diff)
downloadDoxygen-3073a2f25f0091047bf5f18a2e97f288b1c62daa.zip
Doxygen-3073a2f25f0091047bf5f18a2e97f288b1c62daa.tar.gz
Doxygen-3073a2f25f0091047bf5f18a2e97f288b1c62daa.tar.bz2
Add debug output.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index ecfde1c..ab0a4bd 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -60,6 +60,11 @@ jobs:
}
steps:
- uses: actions/checkout@v1
+
+ - name: print env
+ run: |
+ pwd
+ find
- name: Download MikTex (Windows)
run: |