We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0905c6 commit e73a2b1Copy full SHA for e73a2b1
2 files changed
.github/workflows/build.yml
@@ -7,11 +7,14 @@ on:
7
branches: ["main"]
8
workflow_dispatch:
9
10
+defaults:
11
+ run:
12
+ working-directory: ./bbq2
13
+
14
jobs:
15
build:
16
name: "Build all crates"
17
runs-on: ubuntu-latest
- working-directory: ./bbq2
18
steps:
19
- uses: actions/checkout@v4
20
- name: Install embedded target
.github/workflows/miri.yml
miri:
name: "miri all the things"
- name: Install miri component
0 commit comments