Skip to content

Commit ec32776

Browse files
Add missing runs-on: line to CI
1 parent a76c7c8 commit ec32776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- run: cargo clippy --target=${{ matrix.target }}
9292

9393
armv8r-examples:
94+
runs-on: ubuntu-latest
9495
name: Build Armv8-R Examples
9596
steps:
9697
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)