Skip to content

Commit

Permalink
use checkout for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Sep 28, 2023
1 parent de03c74 commit c8012db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ jobs:
# run: |
# gh auth login --with-token <<<'${{ secrets.PAT_RAFAEL }}'

- name: Check out BTFHub
uses: actions/checkout@v3
# with:
# token: ${{ secrets.PAT_RAFAEL }}

- uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Check out BTFHub
uses: actions/checkout@v3
with:
submodules: 'recursive'
# token: ${{ secrets.PAT_RAFAEL }}

- name: build pahole
run: |
git submodule update --init --recursive 3rdparty/dwarves
cd ./3rdparty/dwarves
mkdir build
cd build
Expand Down

0 comments on commit c8012db

Please sign in to comment.