ci: rm Install llcppg
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -101,9 +101,6 @@ jobs:
|
||||
- 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 ./...
|
||||
|
||||
6
.github/workflows/install_llcppg_depend.sh
vendored
6
.github/workflows/install_llcppg_depend.sh
vendored
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
llgo install ./chore/_xtool/llcppsymg
|
||||
llgo install ./chore/_xtool/llcppsigfetch
|
||||
go install ./chore/gogensig
|
||||
Reference in New Issue
Block a user