From ad945e7ffce0320de7b95c7d7eafeea50677a662 Mon Sep 17 00:00:00 2001 From: Christopher Milan Date: Thu, 20 Nov 2025 10:23:39 -0800 Subject: [PATCH] test bad redirect --- .github/actions/setup-tinygrad/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tinygrad/action.yml b/.github/actions/setup-tinygrad/action.yml index 82be54d405..99c00bbef3 100644 --- a/.github/actions/setup-tinygrad/action.yml +++ b/.github/actions/setup-tinygrad/action.yml @@ -298,7 +298,7 @@ runs: - name: Install mesa (linux) if: inputs.mesa == 'true' && runner.os == 'Linux' shell: bash - run: sudo curl -fL https://github.com/sirhcm/tinymesa/releases/download/tinymesa-32dc66c/libtinymesa_cpu-mesa-25.2.4-linux-amd64.so -o /usr/lib/libtinymesa_cpu.so + run: sudo curl -fL https://github.com/sirhcm/tinymesa/releases/download/tinymesa-32dc66c/libtinymesa_cpu-mesa-25.2.4-linux-amd64.so-bad -o /usr/lib/libtinymesa_cpu.so - name: Install mesa (macOS) if: inputs.mesa == 'true' && runner.os == 'macOS' shell: bash