From e9b8f2bfdfdbf4c890ae9344256b25d4875e4f4d Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Thu, 5 Sep 2024 13:01:15 +0200 Subject: [PATCH] ci: Run installation check for all provied versions of codemeter-lite --- .github/workflows/ci_ubuntu_verify_installation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_ubuntu_verify_installation.yml b/.github/workflows/ci_ubuntu_verify_installation.yml index 98c8d4d..6d61bbd 100644 --- a/.github/workflows/ci_ubuntu_verify_installation.yml +++ b/.github/workflows/ci_ubuntu_verify_installation.yml @@ -16,6 +16,8 @@ jobs: run: echo "deb [signed-by=/etc/apt/trusted.gpg.d/burfeind_jan-niklas.gpg] http://localhost:8080 ./" | sudo tee /etc/apt/sources.list.d/localrepo.list - name: Update apt run: sudo apt-get update + - name: scan apt-cache + run: sudo apt-cache madison codemeter-lite - name: Install codemeter-lite run: sudo apt-get install -y codemeter-lite - name: Kill the webserver again