Skip to content

Commit

Permalink
ci: Add debug ENV variables to Windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Jul 29, 2024
1 parent 0156dca commit 39ae3a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
CARGO_TERM_COLOR: always
# Make sure CI fails on all warnings, including Clippy lints
RUSTFLAGS: "-Dwarnings"
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true

jobs:
build:
Expand Down

0 comments on commit 39ae3a9

Please sign in to comment.