Skip to content

Commit 63bcbb1

Browse files
committed
gh-actions: Build in teensy subdir
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 00f07b7 commit 63bcbb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Teensy CI
22
on:
33
push:
44
paths:
@@ -9,6 +9,10 @@ jobs:
99
build:
1010
name: Build
1111
runs-on: ubuntu-22.04
12+
defaults:
13+
run:
14+
shell: bash
15+
working-directory: teensy
1216
steps:
1317
- uses: actions/checkout@v5
1418

0 commit comments

Comments
 (0)