ci: remove invalid install option

This commit is contained in:
Pierre Tachoire
2026-02-04 11:18:38 +01:00
parent 630cf05b2f
commit 2f9ed37db2
2 changed files with 0 additions and 6 deletions

View File

@@ -56,8 +56,6 @@ jobs:
submodules: recursive
- uses: ./.github/actions/install
with:
mode: 'release'
- name: zig build release
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})