Skip to content

Commit 55b308a

Browse files
committed
CI
1 parent 6b51697 commit 55b308a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/riot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
env:
1313
RIOT_VERSION: "2024.07"
1414
RIOTBASE: "/opt/riot-2024.07"
15+
REACTOR_UC_BASE: ${{ github.workspace }}
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v3
@@ -21,9 +22,6 @@ jobs:
2122
- name: Install dependencies
2223
uses: ./.github/actions/riot
2324

24-
- name: Setup environment
25-
run: source env.bash
26-
2725
- name: Build examples
2826
working-directory: ${{ github.workspace }}/examples/riot
2927
run: ./buildAll.sh

.github/workflows/zephyr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
ci:
88
name: Build examples
99
runs-on: ubuntu-latest
10+
env:
11+
REACTOR_UC_BASE: ${{ github.workspace }}
1012
steps:
1113
- name: Checkout
1214
uses: actions/checkout@v3
@@ -15,9 +17,6 @@ jobs:
1517

1618
- name: Install dependencies
1719
uses: ./.github/actions/zephyr
18-
19-
- name: Setup environment
20-
run: source env.bash
2120

2221
- name: Build examples
2322
working-directory: ${{ github.workspace }}/examples/zephyr

0 commit comments

Comments
 (0)