File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
id : cache-riot
8
8
uses : actions/cache@v4
9
9
with :
10
- path : /opt/RIOT- ${{env.RIOT_VERSION }}
10
+ path : ${{env.RIOTBASE }}
11
11
key : riot-${{env.RIOT_VERSION}}
12
12
13
13
- name : Install RIOT
14
14
if : steps.cache-riot.outputs.cache-hit != 'true'
15
15
run : |
16
- wget -q "https://github.com/RIOT-OS/RIOT/archive/refs/tags/${{env.RIOT_VERSION}}.tar.gz"
17
- tar xvf "${{env.RIOT_VERSION}}.tar.gz" --directory /opt/
16
+ git clone -b ${{env.RIOT_VERSION}}-branch git@github.com:RIOT-OS/RIOT.git ${{env.RIOTBASE}}
18
17
shell : bash
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
image : riot/riotbuild:latest
12
12
env :
13
13
RIOT_VERSION : " 2024.07"
14
- RIOTBASE : " /opt/RIOT -2024.07"
14
+ RIOTBASE : " /opt/riot -2024.07"
15
15
env :
16
16
RIOT_VERSION : " 2024.07"
17
- RIOTBASE : " /opt/RIOT -2024.07"
17
+ RIOTBASE : " /opt/riot -2024.07"
18
18
steps :
19
19
- name : Checkout
20
20
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments