Skip to content

Commit

Permalink
stderr first
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Oct 16, 2020
1 parent 5b939cf commit 57a681c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mudlet.yml
Expand Up @@ -84,11 +84,11 @@ jobs:
- name: debug stdout/stderr
if: always()
run: |
echo "stdout"
$env:WORKING_BASE_DIR = "${{runner.workspace}}\src"
cat $env:WORKING_BASE_DIR\stdout.log
echo "stderr"
cat $env:WORKING_BASE_DIR\stderr.log
echo "stdout"
cat $env:WORKING_BASE_DIR\stdout.log
$env:WORKING_BASE_DIR = "${{runner.workspace}}\src"
# Restore from cache the previously built ports. If "cache miss", then provision vcpkg, install desired ports, finally cache everything for the next run.
- name: Restore from cache and run vcpkg
Expand Down

0 comments on commit 57a681c

Please sign in to comment.