From a3f7dc1d782fef9ef1b1b8691def38ed159a4a94 Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Thu, 25 Jan 2024 13:22:24 +0100 Subject: [PATCH] ci: install zenroom from github release --- .github/workflows/make-tests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/make-tests.yml b/.github/workflows/make-tests.yml index a70bb62..9d8359a 100644 --- a/.github/workflows/make-tests.yml +++ b/.github/workflows/make-tests.yml @@ -28,11 +28,10 @@ jobs: with: submodules: recursive - name: Download latest zenroom binary - uses: supplypike/setup-bin@v1 - with: - uri: 'https://files.dyne.org/zenroom/nightly/zenroom-linux-amd64' - name: 'zenroom' - version: '3.0.0-nightly' + run: | + wget https://github.com/dyne/zenroom/releases/latest/download/zenroom -O zenroom + chmod +x zenroom + sudo cp zenroom /usr/local/bin/zenroom - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository