We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f7a9e commit d6c00fbCopy full SHA for d6c00fb
.github/workflows/Dockerfile
@@ -21,7 +21,7 @@ RUN --mount=type=bind,source=.,target=/scenario_execution \
21
22
# install dependencies for license check
23
RUN PIPX_HOME="" PIPX_BIN_DIR="/python_bin" pipx install -v ros-license-toolkit==1.2.2 && \
24
- go install github.com/google/[email protected]
+ GOPATH=/go go install github.com/google/[email protected]
25
26
# install pybullet dependencies
27
RUN --mount=type=bind,source=.,target=/scenario_execution \
0 commit comments