Skip to content

Commit e73a2b1

Browse files
committed
gha syntax
1 parent b0905c6 commit e73a2b1

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ on:
77
branches: ["main"]
88
workflow_dispatch:
99

10+
defaults:
11+
run:
12+
working-directory: ./bbq2
13+
1014
jobs:
1115
build:
1216
name: "Build all crates"
1317
runs-on: ubuntu-latest
14-
working-directory: ./bbq2
1518
steps:
1619
- uses: actions/checkout@v4
1720
- name: Install embedded target

.github/workflows/miri.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ on:
77
branches: ["main"]
88
workflow_dispatch:
99

10+
defaults:
11+
run:
12+
working-directory: ./bbq2
13+
1014
jobs:
1115
miri:
1216
name: "miri all the things"
1317
runs-on: ubuntu-latest
14-
working-directory: ./bbq2
1518
steps:
1619
- uses: actions/checkout@v4
1720
- name: Install miri component

0 commit comments

Comments
 (0)