Skip to content

Commit 76cf815

Browse files
(actions) blacklist ed and geolib
1 parent b0d7383 commit 76cf815

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
26+
.ci/install.bash --branch=$BRANCH --bl=ed --bl=geolib2
2727
- name: Script
2828
run: .ci/script.bash
2929
- name: Before Deploy

0 commit comments

Comments
 (0)