From 4a2fc7ecbbcdc3483f8a43738eaf10300fde0f52 Mon Sep 17 00:00:00 2001 From: Christopher Milan Date: Tue, 24 Feb 2026 22:34:27 -0800 Subject: [PATCH] autogen: cache downloads (#14997) --- .github/workflows/autogen.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/autogen.yml b/.github/workflows/autogen.yml index da80065297..8b3a3e759f 100644 --- a/.github/workflows/autogen.yml +++ b/.github/workflows/autogen.yml @@ -32,6 +32,7 @@ jobs: - name: Setup Environment uses: ./.github/actions/setup-tinygrad with: + key: 'autogen' opencl: 'true' amd: 'true' cuda: 'true' @@ -81,6 +82,7 @@ jobs: - name: Setup Environment uses: ./.github/actions/setup-tinygrad with: + key: 'autogen-mac' llvm: 'true' - name: Regenerate autogen files run: | @@ -110,6 +112,8 @@ jobs: uses: actions/checkout@v4 - name: Setup Environment uses: ./.github/actions/setup-tinygrad + with: + key: 'autogen-comgr' - name: Install autogen support packages run: | wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null