Skip to content

Commit

Permalink
Set env right
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Oct 16, 2020
1 parent 57a681c commit 1e6a92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mudlet.yml
Expand Up @@ -84,11 +84,11 @@ jobs:
- name: debug stdout/stderr
if: always()
run: |
$env:WORKING_BASE_DIR = "${{runner.workspace}}\src"
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 1e6a92f

Please sign in to comment.