From 863c67882ce6fd25f6c8d3681ccf6331418806d3 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Sat, 11 Jun 2022 10:18:57 -0400 Subject: CI: Set temporary directory for tests. Hopefully this avoids the mismatched directories with saving into a user temporary directory with one user name and reading from a user temporary directory with a different user name. --- .github/workflows/cygwin-test.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml index ee5867fc..c3078153 100644 --- a/.github/workflows/cygwin-test.yml +++ b/.github/workflows/cygwin-test.yml @@ -14,6 +14,8 @@ jobs: env: CHERE_INVOKING: 1 SHELLOPTS: igncr + TMP: "/tmp" + TEMP: "/tmp" steps: - name: Force LF line endings -- cgit v1.2.1