ci:install llcppg dependent

This commit is contained in:
luoliwoshang
2024-11-26 10:57:43 +08:00
parent 0179609a49
commit 12529ec81e
2 changed files with 12 additions and 3 deletions

View File

@@ -99,6 +99,12 @@ jobs:
- name: Build
run: go build -v ./...
- name: Install
run: go install ./...
- name: Install llcppg
run: bash .github/workflows/install_llcppg_depend.sh
- name: Test
if: ${{!startsWith(matrix.os, 'macos')}}
run: go test -v ./...
@@ -107,9 +113,6 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
- name: Install
run: go install ./...
- name: LLGO tests
if: ${{!startsWith(matrix.os, 'ubuntu')}}
run: |