From b29a44cf03e690e82cfa87222a1ca3e50a2c8413 Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Thu, 9 Oct 2025 23:20:43 -0700 Subject: [PATCH] Regenerate artifacts. --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7529e7e2..db370f475 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,13 +94,13 @@ jobs: detectcpuflags: "ignore" boost: "--build-boost" icu: "" - llvm: "llvm@16" + llvm: "" secp256k1: "--build-secp256k1" cc: "clang" flags: "-Os -fPIE" options: "--enable-isystem" packager: "brew" - packages: "llvm@16 icu4c" + packages: "icu4c" - os: macos-latest cxx: "clang++" @@ -111,13 +111,13 @@ jobs: detectcpuflags: "ignore" boost: "--build-boost" icu: "" - llvm: "llvm@16" + llvm: "" secp256k1: "--build-secp256k1" cc: "clang" flags: "-Os -fvisibility=hidden -fPIE" options: "--enable-isystem" packager: "brew" - packages: "llvm@16 icu4c" + packages: "icu4c" runs-on: ${{ matrix.os }} @@ -147,7 +147,7 @@ jobs: if: ${{ matrix.packager == 'brew' }} run: | brew install autoconf automake libtool ${{ matrix.packages }} - if [[ -n ${{ matrix.llvm }} ]]; then + if [[ -n "${{ matrix.llvm }}" ]]; then echo "PATH=/opt/homebrew/opt/${{ matrix.llvm }}/bin:$PATH" >> $GITHUB_ENV fi @@ -365,13 +365,13 @@ jobs: detectcpuflags: "ignore" boost: "--build-boost" icu: "" - llvm: "llvm@16" + llvm: "" secp256k1: "--build-secp256k1" cc: "clang" flags: "-Os -fPIE" options: "" packager: "brew" - packages: "llvm@16 icu4c" + packages: "icu4c" - os: macos-latest cxx: "clang++" @@ -382,13 +382,13 @@ jobs: detectcpuflags: "ignore" boost: "--build-boost" icu: "" - llvm: "llvm@16" + llvm: "" secp256k1: "--build-secp256k1" cc: "clang" flags: "-Os -fvisibility=hidden -fPIE" options: "" packager: "brew" - packages: "llvm@16 icu4c" + packages: "icu4c" runs-on: ${{ matrix.os }} @@ -418,7 +418,7 @@ jobs: if: ${{ matrix.packager == 'brew' }} run: | brew install autoconf automake libtool ${{ matrix.packages }} - if [[ -n ${{ matrix.llvm }} ]]; then + if [[ -n "${{ matrix.llvm }}" ]]; then echo "PATH=/opt/homebrew/opt/${{ matrix.llvm }}/bin:$PATH" >> $GITHUB_ENV fi @@ -654,7 +654,7 @@ jobs: if: ${{ matrix.packager == 'brew' }} run: | brew install autoconf automake libtool ${{ matrix.packages }} - if [[ -n ${{ matrix.llvm }} ]]; then + if [[ -n "${{ matrix.llvm }}" ]]; then echo "PATH=/opt/homebrew/opt/${{ matrix.llvm }}/bin:$PATH" >> $GITHUB_ENV fi