From 232ef0256619d80dccd38a6dc5356fcd6642ef20 Mon Sep 17 00:00:00 2001 From: Matt Dixon Date: Thu, 5 Dec 2024 16:44:52 -0500 Subject: [PATCH] Update environment variable paths for self-hosted runner in python-tests-and-publish.yml --- .github/workflows/python-tests-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests-and-publish.yml b/.github/workflows/python-tests-and-publish.yml index c1380d2..a9849e6 100644 --- a/.github/workflows/python-tests-and-publish.yml +++ b/.github/workflows/python-tests-and-publish.yml @@ -12,8 +12,8 @@ jobs: test: runs-on: self-hosted env: - RUNNER_TOOL_CACHE: /mnt/c/Users/dxn00/OneDrive/Apps/actions-runner/_work/_tool - AGENT_TOOLSDIRECTORY: /mnt/c/Users/dxn00/OneDrive/Apps/actions-runner/_work/_tool + RUNNER_TOOL_CACHE: /home/dixon/actions-runner/_work/_tool + AGENT_TOOLSDIRECTORY: /home/dixon/actions-runner/_work/_tool strategy: matrix: python-version: [3.7, 3.8, 3.9]