Skip to content

Commit

Permalink
fix renode version
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak authored and kgugala committed Oct 3, 2024
1 parent 0274d92 commit 795eb58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/get-renode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
TOOL_NAME: renode
TOOL_VERSION: latest
TOOL_VERSION: 1.15.3+20240924gitc7bc336bb
DEBIAN_FRONTEND: "noninteractive"

steps:
Expand All @@ -37,10 +37,10 @@ jobs:
key: ${{ env.cache_name }}_${{ env.cache_date }}
restore-keys: ${{ env.cache_name }}_

- name: Get latest nightly release
- name: Get Renode
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
run: |
wget https://builds.renode.io/renode-latest.linux-portable.tar.gz
wget https://builds.renode.io/renode-${{ env.TOOL_VERSION}}.linux-portable.tar.gz
- name: Rename the archive
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 795eb58

Please sign in to comment.