Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RIOT-OS/rust-riot-wrappers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8aeabdf65e5d4373e4d66490c5e8987f2999fd4e
Choose a base ref
..
head repository: RIOT-OS/rust-riot-wrappers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aaedea9111b7073c4a924136011cfb69ce459a02
Choose a head ref
Showing with 8 additions and 4 deletions.
  1. +8 −4 .github/workflows/buildtest.yml
12 changes: 8 additions & 4 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
@@ -21,8 +21,10 @@ jobs:
board: [native, sltb001a, samr21-xpro, stk3700]
steps:
# common steps start here
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Check out riot-wrappers
uses: actions/checkout@v3
- name: Check out RIOT
uses: actions/checkout@v3
with:
repository: RIOT-OS/RIOT
path: RIOT
@@ -62,8 +64,10 @@ jobs:
board: [native, sltb001a, samr21-xpro, stk3700]
steps:
# common steps start here
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Check out riot-wrappers
uses: actions/checkout@v3
- name: Check out RIOT
uses: actions/checkout@v3
with:
repository: RIOT-OS/RIOT
path: RIOT