Skip to content

Commit

Permalink
ci: override temp dir location
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jan 6, 2024
1 parent b8140a6 commit 8cd280e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CMAKE_GENERATOR: Ninja
TMP: ${{ RUNNER_TEMP }}
TMPDIR: ${{ RUNNER_TEMP }}

jobs:
build:
Expand Down

0 comments on commit 8cd280e

Please sign in to comment.