Skip to content

Commit

Permalink
Merge pull request #2 from xushiwei/q
Browse files Browse the repository at this point in the history
TODO: Install llcppg dependencies
  • Loading branch information
xushiwei authored Nov 27, 2024
2 parents 6444304 + 3788a20 commit ffbdabf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:

- name: Test
run: go test -v ./...

# - name: Install llcppg dependencies
# run: bash .github/workflows/install_llcppg_depend.sh
6 changes: 6 additions & 0 deletions .github/workflows/install_llcppg_depend.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -e

llgo install ./chore/_xtool/llcppsymg
llgo install ./chore/_xtool/llcppsigfetch
go install ./chore/gogensig

0 comments on commit ffbdabf

Please sign in to comment.