Skip to content

Commit

Permalink
ci: install zenroom from github release
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Jan 25, 2024
1 parent db13331 commit 1c3763a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/make-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c3763a

Please sign in to comment.