don't make lcli
on self-hosted runners (#4874)
## Issue Addressed Our self-hosted runners now have a modern (Deneb-ready) version of `lcli` preinstalled so we no longer need to compile it.
This commit is contained in:
parent
6315a81260
commit
a228e61773
3
.github/workflows/test-suite.yml
vendored
3
.github/workflows/test-suite.yml
vendored
@ -309,8 +309,7 @@ jobs:
|
||||
run: |
|
||||
make
|
||||
- name: Install lcli
|
||||
# TODO(jimmy): re-enable this once we merge deneb into unstable
|
||||
# if: env.SELF_HOSTED_RUNNERS == 'false'
|
||||
if: env.SELF_HOSTED_RUNNERS == 'false'
|
||||
run: make install-lcli
|
||||
- name: Run the doppelganger protection failure test script
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user