File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 12
12
env :
13
13
RIOT_VERSION : " 2024.07"
14
14
RIOTBASE : " /opt/riot-2024.07"
15
+ REACTOR_UC_BASE : ${{ github.workspace }}
15
16
steps :
16
17
- name : Checkout
17
18
uses : actions/checkout@v3
21
22
- name : Install dependencies
22
23
uses : ./.github/actions/riot
23
24
24
- - name : Setup environment
25
- run : source env.bash
26
-
27
25
- name : Build examples
28
26
working-directory : ${{ github.workspace }}/examples/riot
29
27
run : ./buildAll.sh
Original file line number Diff line number Diff line change 7
7
ci :
8
8
name : Build examples
9
9
runs-on : ubuntu-latest
10
+ env :
11
+ REACTOR_UC_BASE : ${{ github.workspace }}
10
12
steps :
11
13
- name : Checkout
12
14
uses : actions/checkout@v3
15
17
16
18
- name : Install dependencies
17
19
uses : ./.github/actions/zephyr
18
-
19
- - name : Setup environment
20
- run : source env.bash
21
20
22
21
- name : Build examples
23
22
working-directory : ${{ github.workspace }}/examples/zephyr
You can’t perform that action at this time.
0 commit comments