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]