Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-birkholz committed Feb 15, 2024
1 parent 64d1ef1 commit cfc328e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: |
wget https://cloud.cubert-gmbh.de/index.php/s/m1WfR66TjcGl96z/download
unzip download
cd latest_release
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
apt install ./cuviscommon_3.2.1-1.deb -y
dpkg -i --force-overwrite ./libcuvis_3.2.1-1.deb
mkdir _build
cmake -B ./_build .
Expand Down

0 comments on commit cfc328e

Please sign in to comment.