ci: fix version mismatches in build-cli.yml
Some checks failed
Build CLI with Embedded SQLite / build (arm64, aarch64-linux) (push) Waiting to run
Build CLI with Embedded SQLite / build (x86_64, x86_64-linux) (push) Waiting to run
Build CLI with Embedded SQLite / build-macos (arm64) (push) Waiting to run
Build CLI with Embedded SQLite / build-macos (x86_64) (push) Waiting to run
Security Scan / Security Analysis (push) Waiting to run
Security Scan / Native Library Security (push) Waiting to run
Checkout test / test (push) Successful in 5s
CI/CD Pipeline / Test (push) Failing after 5m48s
CI/CD Pipeline / Dev Compose Smoke Test (push) Has been skipped
CI/CD Pipeline / Build (push) Has been skipped
CI/CD Pipeline / Test Scripts (push) Has been skipped
CI/CD Pipeline / Test Native Libraries (push) Has been skipped
Documentation / build-and-publish (push) Failing after 35s
CI/CD Pipeline / Docker Build (push) Has been skipped
Some checks failed
Build CLI with Embedded SQLite / build (arm64, aarch64-linux) (push) Waiting to run
Build CLI with Embedded SQLite / build (x86_64, x86_64-linux) (push) Waiting to run
Build CLI with Embedded SQLite / build-macos (arm64) (push) Waiting to run
Build CLI with Embedded SQLite / build-macos (x86_64) (push) Waiting to run
Security Scan / Security Analysis (push) Waiting to run
Security Scan / Native Library Security (push) Waiting to run
Checkout test / test (push) Successful in 5s
CI/CD Pipeline / Test (push) Failing after 5m48s
CI/CD Pipeline / Dev Compose Smoke Test (push) Has been skipped
CI/CD Pipeline / Build (push) Has been skipped
CI/CD Pipeline / Test Scripts (push) Has been skipped
CI/CD Pipeline / Test Native Libraries (push) Has been skipped
Documentation / build-and-publish (push) Failing after 35s
CI/CD Pipeline / Docker Build (push) Has been skipped
- Update Zig from 0.15.0 to 0.15.2 (consistent with ci.yml) - Update SQLite from 3450000 to 3480000 (consistent with Makefile)
This commit is contained in:
parent
39bf466737
commit
79faf9556e
1 changed files with 4 additions and 4 deletions
|
|
@ -31,12 +31,12 @@ jobs:
|
|||
- name: Setup Zig
|
||||
uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: 0.15.0
|
||||
version: 0.15.2
|
||||
|
||||
- name: Fetch SQLite Amalgamation
|
||||
run: |
|
||||
cd cli
|
||||
make build-sqlite SQLITE_VERSION=3450000
|
||||
make build-sqlite SQLITE_VERSION=3480000
|
||||
|
||||
- name: Build Release Binary
|
||||
run: |
|
||||
|
|
@ -61,12 +61,12 @@ jobs:
|
|||
- name: Setup Zig
|
||||
uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: 0.15.0
|
||||
version: 0.15.2
|
||||
|
||||
- name: Fetch SQLite Amalgamation
|
||||
run: |
|
||||
cd cli
|
||||
make build-sqlite SQLITE_VERSION=3450000
|
||||
make build-sqlite SQLITE_VERSION=3480000
|
||||
|
||||
- name: Build Release Binary
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue