From 023acf9bd9b199d57f324284965a11ca4044ea86 Mon Sep 17 00:00:00 2001 From: Simon Birkholz <44972290+simon-birkholz@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:24:29 +0100 Subject: [PATCH] wip --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b3fafd..6a2bd6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,8 +18,8 @@ jobs: unzip download cd latest_release cd Ubuntu\ 20.04/ - apt install ./cuviscommon_3.2.1-1.deb -y - dpkg -i --force-overwrite ./libcuvis_3.2.1-1.deb + sudo apt install ./cuviscommon_3.2.1-1.deb -y + sudo dpkg -i --force-overwrite ./libcuvis_3.2.1-1.deb mkdir _build cmake -B ./_build .