Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 8, 2024
1 parent 55b308a commit a8973e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/riot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
RIOT_VERSION: "2024.07"
RIOTBASE: "/opt/riot-2024.07"
REACTOR_UC_BASE: ${{ github.workspace }}
REACTOR_UC_PATH: ${{ github.workspace }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build examples
runs-on: ubuntu-latest
env:
REACTOR_UC_BASE: ${{ github.workspace }}
REACTOR_UC_PATH: ${{ github.workspace }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a8973e8

Please sign in to comment.