From ba3bf6507f604fb176a02ea375c9c0256d678f40 Mon Sep 17 00:00:00 2001 From: Peter Oschwald Date: Thu, 20 Jul 2023 12:05:42 -0500 Subject: [PATCH] See where leap-dev is being installed. --- .github/workflows/contract.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contract.yml b/.github/workflows/contract.yml index e0a8045f..11c9a4f6 100644 --- a/.github/workflows/contract.yml +++ b/.github/workflows/contract.yml @@ -162,7 +162,9 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Install Leap - run: sudo apt-get install -y ./leap*.deb + run: | + sudo apt-get install -y ./leap*.deb + dpkg -L leap-dev | grep TestHarness - name: Test Leap Integration run: |