mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update update-libarchive.yml
This commit is contained in:
3
.github/workflows/update-libarchive.yml
vendored
3
.github/workflows/update-libarchive.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
- name: Check libarchive version
|
||||
id: check-version
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
CURRENT_VERSION=$(grep -oP 'LIBARCHIVE_VERSION\s+\K\S+' cmake/targets/BuildLibArchive.cmake)
|
||||
if [ -z "$CURRENT_VERSION" ]; then
|
||||
echo "Error: Could not find current version in BuildLibArchive.cmake"
|
||||
@@ -60,4 +61,4 @@ jobs:
|
||||
|
||||
Updates libarchive to version ${{ steps.check-version.outputs.tag }}
|
||||
|
||||
Auto-updated by [this workflow](https://github.com/oven-sh/bun/actions/workflows/update-libarchive.yml)
|
||||
Auto-updated by [this workflow](https://github.com/oven-sh/bun/actions/workflows/update-libarchive.yml)
|
||||
|
||||
Reference in New Issue
Block a user