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 6e0faea commit 3c56b93Copy full SHA for 3c56b93
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
24
mkdir -p ${HOME}/.ssh
25
ssh-keyscan -t rsa -H "github.com" 2>&1 | tee -a "${HOME}"/.ssh/known_hosts
26
- .ci/install.bash --branch=$BRANCH --bl=ed --bl=geolib2 # (In)direct deps of ed_object_models, but we don't need to build it
+ .ci/install.bash --branch=$BRANCH --bl=ed --bl=geolib2 --bl=rgbd # (In)direct deps of ed_object_models, but we don't need to build it
27
- name: Script
28
run: .ci/script.bash
29
- name: Before Deploy
0 commit comments