Skip to content

Commit

Permalink
Update build_pr.yml: actions/checkout@v4 submodules: recursive
Browse files Browse the repository at this point in the history
        uses: actions/checkout@v4
        with:
          token: ${{ secrets.GH_PAT }}
          submodules: recursive
  • Loading branch information
bjornoleh authored Jun 12, 2024
1 parent 622b85b commit 9168a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT }}
submodules: recursive

- name: Checkout pull request for building
env:
Expand Down

0 comments on commit 9168a39

Please sign in to comment.