Skip to content

Commit 3c56b93

Browse files
committed
(CI) also blacklist rgbd
1 parent 6e0faea commit 3c56b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
2424
mkdir -p ${HOME}/.ssh
2525
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
26+
.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
2727
- name: Script
2828
run: .ci/script.bash
2929
- name: Before Deploy

0 commit comments

Comments
 (0)