From 72e87c831105aad720311a7941e3190144b2067e Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 15 Nov 2020 16:14:33 +0200 Subject: [PATCH] Try to install of dependencies with GitHub Actions --- .github/workflows/ubuntu.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 5a23ec5..f2c5c2b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,8 +7,12 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 1 - - run: ls -al - - run: wget https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_linux64gcc6_release.tar.gz + - run: mkdir .ofxPiMapper + - run: mv ./* .ofxPiMapper/ + - run: wget https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_linux64gcc6_release.tar.gz --tries=10 - run: tar -xvf of_v0.11.0_linux64gcc6_release.tar.gz - - run: mv of_v0.11.0_linux64gcc6_release of - - run: ls -al + - run: rm of_v0.11.0_linux64gcc6_release.tar.gz + - run: mv of_v0.11.0_linux64gcc6_release openFrameworks + - run: mv .ofxPiMapper openFrameworks/addons/ofxPiMapper + - run: cd openFrameworks/scripts/linux/ubuntu + - run: ./install_dependencies.sh