File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4242 curl -sSL https://downloads.robocorp.com/rcc/releases/v18.5.0/linux64/rcc -o .tools/rcc/v18.5.0/rcc
4343 chmod +x .tools/rcc/v18.5.0/rcc
4444 fi
45+ # Make rcc available in this step and subsequent ones
4546 echo "${GITHUB_WORKSPACE}/.tools/rcc/v18.5.0" >> "$GITHUB_PATH"
47+ export PATH="${GITHUB_WORKSPACE}/.tools/rcc/v18.5.0:$PATH"
4648 rcc version
4749
4850 - name : Cache ROBOCORP_HOME
@@ -124,7 +126,9 @@ jobs:
124126 curl -sSL https://downloads.robocorp.com/rcc/releases/v18.5.0/linux64/rcc -o .tools/rcc/v18.5.0/rcc
125127 chmod +x .tools/rcc/v18.5.0/rcc
126128 fi
129+ # Make rcc available in this step and subsequent ones
127130 echo "${GITHUB_WORKSPACE}/.tools/rcc/v18.5.0" >> "$GITHUB_PATH"
131+ export PATH="${GITHUB_WORKSPACE}/.tools/rcc/v18.5.0:$PATH"
128132 rcc version
129133
130134 - name : Cache ROBOCORP_HOME
@@ -199,7 +203,9 @@ jobs:
199203 curl -sSL https://downloads.robocorp.com/rcc/releases/v18.5.0/linux64/rcc -o .tools/rcc/v18.5.0/rcc
200204 chmod +x .tools/rcc/v18.5.0/rcc
201205 fi
206+ # Make rcc available in this step and subsequent ones
202207 echo "${GITHUB_WORKSPACE}/.tools/rcc/v18.5.0" >> "$GITHUB_PATH"
208+ export PATH="${GITHUB_WORKSPACE}/.tools/rcc/v18.5.0:$PATH"
203209 rcc version
204210
205211 - name : Cache ROBOCORP_HOME
You can’t perform that action at this time.
0 commit comments