You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ jobs:
44
44
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
45
45
mkdir -p ${HOME}/.ssh
46
46
ssh-keyscan -t rsa -H "github.com" 2>&1 | tee -a "${HOME}"/.ssh/known_hosts
47
-
.ci/install.bash --branch=${BRANCH} --sl=ed --sl=geolib2 --sl=rgbd # (In)direct deps of ed_object_models, but we don't need to build it
47
+
.ci/install.bash --branch=${BRANCH} --gh-token="${{ github.token }}" --sl=ed --sl=geolib2 --sl=rgbd # (In)direct deps of ed_object_models, but we don't need to build it
0 commit comments