Skip to content

Commit 9469fb6

Browse files
added env
cause self-hosted runner toolcache is ~/actions-runner/_work/_tool instead of /opt/hostedtoolcache
1 parent 69ccc39 commit 9469fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ env:
5151
PYPI_USERNAME: "datavisyn"
5252
PYTHON_VERSION: "3.10"
5353
WORKFLOW_BRANCH: "new_deployment"
54-
54+
AGENT_TOOLSDIRECTORY: ${{ runner.tool_cache }}
55+
5556
permissions:
5657
contents: read
5758
id-token: write

0 commit comments

Comments
 (0)