Skip to content

Commit

Permalink
dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-birkholz committed Feb 15, 2024
1 parent b830e42 commit a9e7757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
unzip download
cd latest_release
cd Ubuntu\ 20.04/
sudo dpkg -i --force-overwrite ./cuviscommon_3.2.3-1.deb
sudo dpkg -i --force-overwrite ./libcuvis_3.2.3-1.deb
sudo dpkg -i --ignore-deps --force-overwrite ./cuviscommon_3.2.3-1.deb
sudo dpkg -i --ignore-deps --force-overwrite ./libcuvis_3.2.3-1.deb
mkdir _build
cmake -B ./_build .
Expand Down

0 comments on commit a9e7757

Please sign in to comment.