| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2ff9b20 commit a560a78
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -154,6 +154,16 @@ jobs: | |||
| 154 | 154 | echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV | |
| 155 | 155 | ./tools/dep_updaters/update-ada.sh "$NEW_VERSION" | |
| 156 | 156 | fi | |
| 157 | + - id: nghttp2 | ||
| 158 | + subsystem: deps | ||
| 159 | + label: dependencies | ||
| 160 | + run: | | ||
| 161 | + NEW_VERSION=$(gh api repos/nghttp2/nghttp2/releases/latest -q '.tag_name|ltrimstr("v")') | ||
| 162 | + CURRENT_VERSION=$(grep "#define NGHTTP2_VERSION" ./deps/nghttp2/lib/includes/nghttp2ver.h | sed -n "s/^.*VERSION \(.*\)/\1/p") | ||
| 163 | + if [ "$NEW_VERSION" != "$CURRENT_VERSION" ]; then | ||
| 164 | + echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV | ||
| 165 | + ./tools/update-nghttp2.sh "$NEW_VERSION" | ||
| 166 | + fi | ||
| 157 | 167 | steps: | |
| 158 | 168 | - uses: actions/checkout@v3 | |
| 159 | 169 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments