We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627c4da commit 87154ccCopy full SHA for 87154cc
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
37
mkdir -p ${HOME}/.ssh
38
ssh-keyscan -t rsa -H "github.com" 2>&1 | tee -a "${HOME}"/.ssh/known_hosts
39
- .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
+ .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
40
- name: Script
41
run: .ci/script.bash
42
- name: Before Deploy
0 commit comments