Skip to content

Commit

Permalink
Pull ARAVIS sources from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Nov 25, 2024
1 parent 13c349f commit 931fb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
CMAKE_CCACHE_LAUNCHER: -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
ARAVIS_VER: 0.6.4
ARAVIS_VER: ARAVIS_0_6_4
PEAK_DRIVER_VER: 8.11.0

jobs:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
path: .deps/yarp

- name: Download ARAVIS
run: wget -O- -q http://ftp.acc.umu.se/pub/GNOME/sources/aravis/${ARAVIS_VER%.*}/aravis-$ARAVIS_VER.tar.xz | tar -C .deps -xJf -
run: wget -O- -q https://github.com/AravisProject/aravis/archive/refs/tags/$ARAVIS_VER.tar.gz | tar -C .deps -xzf -

- name: Download libphidget21
run: wget -O- -q https://sourceforge.net/projects/roboticslab/files/External/phidget/libphidget_2.1.8.20151217.tar.gz | tar -C .deps -xzf -
Expand Down

0 comments on commit 931fb79

Please sign in to comment.