| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ab0d3a3 commit b362339
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,6 +41,7 @@ on: | |||
| 41 | 41 | - undici | |
| 42 | 42 | - uvwasi | |
| 43 | 43 | - zlib | |
| 44 | + - zstd | ||
| 44 | 45 | ||
| 45 | 46 | env: | |
| 46 | 47 | PYTHON_VERSION: '3.12' | |
@@ -283,6 +284,14 @@ jobs: | |||
| 283 | 284 | cat temp-output | |
| 284 | 285 | tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | |
| 285 | 286 | rm temp-output | |
| 287 | + - id: zstd | ||
| 288 | + subsystem: deps | ||
| 289 | + label: dependencies, zlib | ||
| 290 | + run: | | ||
| 291 | + ./tools/dep_updaters/update-zstd.sh > temp-output | ||
| 292 | + cat temp-output | ||
| 293 | + tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true | ||
| 294 | + rm temp-output | ||
| 286 | 295 | steps: | |
| 287 | 296 | - name: Setup Git config | |
| 288 | 297 | run: | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments