Skip to content

Commit 0c09ab2

Browse files
fixed env path
1 parent 9469fb6 commit 0c09ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ env:
5151
PYPI_USERNAME: "datavisyn"
5252
PYTHON_VERSION: "3.10"
5353
WORKFLOW_BRANCH: "new_deployment"
54-
AGENT_TOOLSDIRECTORY: ${{ runner.tool_cache }}
54+
AGENT_TOOLSDIRECTORY: "~/actions-runner/_work/_tool"
5555

5656
permissions:
5757
contents: read

0 commit comments

Comments
 (0)