Skip to content

Commit

Permalink
Test if everything works including caching by using an older version
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Oct 28, 2024
1 parent d224f69 commit 1ae6d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/riot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
container:
image: riot/riotbuild:latest
env:
RIOT_VERSION: "2024.07"
RIOTBASE: "/opt/riot-2024.07"
RIOT_VERSION: "2024.01"
RIOTBASE: "/opt/riot-2024.01"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1ae6d30

Please sign in to comment.