Skip to content

Commit

Permalink
Use renode 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Nov 13, 2024
1 parent 0e7c4be commit ced7f36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ jobs:
sudo apt-get update
sudo apt-get install -y libusb-1.0-0-dev libftdi1-dev libudev-dev bridge-utils gcc-arm-none-eabi binutils-arm-none-eabi
- name: Install renode (latest)
- name: Install renode (1.15.3)
run: |
cd /opt
sudo wget --quiet --output-document renode.tar.gz https://builds.renode.io/renode-latest.linux-portable.tar.gz
sudo wget --quiet --output-document renode.tar.gz https://builds.renode.io/renode-1.15.3.linux-portable.tar.gz
sudo mkdir renode
sudo tar xf renode.tar.gz -C renode --strip-components 1
sudo pip install -r /opt/renode/tests/requirements.txt
echo "PATH=/opt/renode:${PATH}" >> $GITHUB_ENV
/opt/renode/renode --version
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit ced7f36

Please sign in to comment.