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 743b951 commit d4dc3c8Copy full SHA for d4dc3c8
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
25
mkdir -p ${HOME}/.ssh
26
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
+ .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
28
- name: Script
29
run: .ci/script.bash
30
- name: Before Deploy
0 commit comments