diff options
author | David Hebbeker <david@hebbeker.info> | 2020-12-27 09:47:30 (GMT) |
---|---|---|
committer | David Hebbeker <david@hebbeker.info> | 2020-12-27 09:47:30 (GMT) |
commit | 7449927030350daf276dd77585e973c03c1fface (patch) | |
tree | b6e3484d8995938863a487d4eea49d1bb8159b5a /.github/workflows | |
parent | 3073a2f25f0091047bf5f18a2e97f288b1c62daa (diff) | |
download | Doxygen-7449927030350daf276dd77585e973c03c1fface.zip Doxygen-7449927030350daf276dd77585e973c03c1fface.tar.gz Doxygen-7449927030350daf276dd77585e973c03c1fface.tar.bz2 |
Revert "Add debug output."
This reverts commit 3073a2f25f0091047bf5f18a2e97f288b1c62daa.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_cmake.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index ab0a4bd..ecfde1c 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -60,11 +60,6 @@ jobs: } steps: - uses: actions/checkout@v1 - - - name: print env - run: | - pwd - find - name: Download MikTex (Windows) run: | |