Skip to content

Commit d4dc3c8

Browse files
(actions) apply rename of blacklist to skiplist
1 parent 743b951 commit d4dc3c8

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
@@ -24,7 +24,7 @@ jobs:
2424
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
2525
mkdir -p ${HOME}/.ssh
2626
ssh-keyscan -t rsa -H "github.com" 2>&1 | tee -a "${HOME}"/.ssh/known_hosts
27-
.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+
.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
2828
- name: Script
2929
run: .ci/script.bash
3030
- name: Before Deploy

0 commit comments

Comments
 (0)