Skip to content

Commit 6549cde

Browse files
committed
ci: avoid a cache warning
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 4c20b2f commit 6549cde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- uses: actions/checkout@v5
4545

4646
- uses: astral-sh/setup-uv@v7
47+
with:
48+
cache-dependency-glob: "noxfile.py"
4749

4850
- name: Build the Pyodide output
4951
run: |

0 commit comments

Comments
 (0)