From 8cd280eebba955ad0256586cbd0f067006dd6490 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Sat, 6 Jan 2024 11:19:09 +0900 Subject: [PATCH] ci: override temp dir location --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f6469fa4..695065156 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: