Skip to content

Commit

Permalink
Fix trompeloeil installation
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Dec 7, 2024
1 parent 0b6cec1 commit 829afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 829afb4

Please sign in to comment.