Skip to content

Commit

Permalink
TODO:temp pass test from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
luoliwoshang committed Nov 28, 2024
1 parent d80cba6 commit 9ebd348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install_llcppg_depend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
set -e

llgo install ./_xtool/llcppsymg
git clone -b llcppsigfetch/include https://github.com/luoliwoshang/llcppg.git llcppg_temp
cd llcppg_temp
llgo install ./_xtool/llcppsigfetch
cd ..
rm -rf llcppg_temp
go install ./cmd/gogensig

0 comments on commit 9ebd348

Please sign in to comment.