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:
antondlr 2023-10-25 03:42:23 +00:00
parent 6315a81260
commit a228e61773

View File

@ -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: |