Update update-libarchive.yml

This commit is contained in:
Jarred Sumner
2024-11-27 17:36:32 -08:00
committed by snwy
parent 6116d160ec
commit efa2fdb013

View File

@@ -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)