We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfabc0 commit a4de5a1Copy full SHA for a4de5a1
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
uses: actions/cache@v4
129
with:
130
path: _build/.cache
131
- key: macos-15 / ${{matrix.compiler_spec}} / ${{martix.target_arch}}
+ key: macos-15 / ${{matrix.compiler_spec}} / ${{matrix.target_arch}}
132
- name: Prepare uv Environment
133
run: uv run --group=build true
134
- name: Build & Test
0 commit comments