Skip to content

Commit

Permalink
fixing script issues
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-birkholz committed Feb 15, 2024
1 parent 5fbe5e3 commit 64d1ef1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

- name: Build
run: |
wget https://cloud.cubert-gmbh.de/index.php/s/m1WfR66TjcGl96z/download && \
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
wget https://cloud.cubert-gmbh.de/index.php/s/m1WfR66TjcGl96z/download
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

mkdir _build
cmake -B ./_build .
Expand Down

0 comments on commit 64d1ef1

Please sign in to comment.