From 829afb4d66bf8493ba314a3443a62d965892418d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Mon, 2 Dec 2024 14:38:52 +0100 Subject: [PATCH] Fix trompeloeil installation --- .github/actions/cmake/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cmake/action.yml b/.github/actions/cmake/action.yml index a32adbb4..3089084b 100644 --- a/.github/actions/cmake/action.yml +++ b/.github/actions/cmake/action.yml @@ -33,7 +33,7 @@ runs: - name: Install trompeloeil if: runner.os != 'Windows' - run: curl -o trompeloeil.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/t/trompeloeil-cpp/libtrompeloeil-cpp-dev_43-3_amd64.deb && sudo dpkg -i trompeloeil.deb + run: curl -o trompeloeil.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/t/trompeloeil-cpp/libtrompeloeil-cpp-dev_47-1build1_amd64.deb && sudo dpkg -i trompeloeil.deb shell: bash # Windows deps