mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
fix more actions typos
This commit is contained in:
parent
f5e1a300a2
commit
2beda29c5c
2 changed files with 1 additions and 2 deletions
1
.github/actions/setup-tinygrad/action.yml
vendored
1
.github/actions/setup-tinygrad/action.yml
vendored
|
|
@ -340,7 +340,6 @@ runs:
|
|||
if: inputs.mesa == 'true' && steps.cache-build-mesa.outputs.cache-hit != 'true'
|
||||
shell: bash
|
||||
run: |
|
||||
# mesa
|
||||
git clone https://gitlab.freedesktop.org/mesa/mesa.git ${{ github.workspace }}/mesa
|
||||
cd ${{ github.workspace }}/mesa
|
||||
git checkout mesa-25.0.7
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -764,7 +764,7 @@ jobs:
|
|||
with:
|
||||
key: ${{ matrix.backend }}-minimal
|
||||
deps: testing_minimal
|
||||
pydeps: ${{ matrix.backend == 'lvp' && 'meson mako pyyaml' }}
|
||||
pydeps: ${{ matrix.backend == 'lvp' && 'meson mako pyyaml' || '' }}
|
||||
opencl: ${{ matrix.backend == 'opencl' && 'true' }}
|
||||
llvm: ${{ matrix.backend == 'llvm' || matrix.backend == 'lvp' }}
|
||||
mesa: ${{ matrix.backend == 'lvp' && 'true' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue