From a228e61773566e5c2fc9f6bcc7a82f6b61411847 Mon Sep 17 00:00:00 2001 From: antondlr Date: Wed, 25 Oct 2023 03:42:23 +0000 Subject: [PATCH] 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. --- .github/workflows/test-suite.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 4b3922e227..1e81544e81 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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: |