File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ jobs:
21
21
- name : Create bin dir
22
22
run : |
23
23
mkdir -p bin
24
- echo "::add-path::$GITHUB_WORKSPACE /bin"
24
+ echo "::add-path::/tmp /bin"
25
25
26
26
- name : Install new jq version
27
27
run : |
28
- curl https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -L -o $GITHUB_WORKSPACE /bin/jq
28
+ curl https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -L -o /tmp /bin/jq
29
29
30
30
- name : Install argo
31
31
run : |
32
- curl https://github.com/argoproj/argo/releases/download/v2.9.3/argo-linux-amd64 -L -o $GITHUB_WORKSPACE /bin/argo
32
+ curl https://github.com/argoproj/argo/releases/download/v2.9.3/argo-linux-amd64 -L -o /tmp /bin/argo
33
33
- name : Make bin executable
34
- run : chmod +x $GITHUB_WORKSPACE /bin/*
34
+ run : chmod +x /tmp /bin/*
35
35
36
36
- name : Cache pip
37
37
uses : actions/cache@v2
@@ -61,12 +61,12 @@ jobs:
61
61
if : steps.cache-buildx.outputs.cache-hit != 'true'
62
62
with :
63
63
repository : docker/buildx
64
- path : buildx
64
+ path : /tmp/ buildx-source
65
65
ref : fd6de6b6aeac780c59e5079a96b068076b676d73
66
66
67
67
- name : Install buildx
68
68
if : steps.cache-buildx.outputs.cache-hit != 'true'
69
- working-directory : ./ buildx
69
+ working-directory : /tmp/ buildx-source
70
70
run : make install
71
71
72
72
- name : Install doctl
You can’t perform that action at this time.
0 commit comments