We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c20b2f commit 6549cdeCopy full SHA for 6549cde
1 file changed
.github/workflows/build.yml
@@ -44,6 +44,8 @@ jobs:
44
- uses: actions/checkout@v5
45
46
- uses: astral-sh/setup-uv@v7
47
+ with:
48
+ cache-dependency-glob: "noxfile.py"
49
50
- name: Build the Pyodide output
51
run: |
0 commit comments