Skip to content

Commit

Permalink
ci: debug printenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanitskiy committed Aug 30, 2023
1 parent 1a502d6 commit e0ac4f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ jobs:
.cache/*.tar.sig
key: ${{ runner.os }}-deps-${{ hashFiles('**/nginx-sys/build.rs') }}
restore-keys: ${{ runner.os }}-deps-
- run: |
echo "runner_os: $RUNNER_OS"
echo "RUNNER_TEMP: $RUNNER_TEMP"
ls -la .cache/
ls -la target/
ls -la target/debug
printenv
- name: Install dependencies
run: |
Expand Down

0 comments on commit e0ac4f6

Please sign in to comment.