Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zongyaojin committed Nov 23, 2023
1 parent eeca1a4 commit a521621
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
steps:
# Github checkout action | https://github.com/actions/checkout
# Private repo checkout | https://github.com/actions/checkout/issues/116#issuecomment-644419389
# Generate a PAT (personal access token) for your account, then add the PAT to repositories
# that need it (as a `secret`) to access other private repositories in your account for GitHub Action
- name: Checkout repository with submodules
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.ZJ_REPO_PAT }}

- name: Install common dependencies
run: bash ./scripts/zj-common-scripts/zj-dependencies.bash
Expand Down

0 comments on commit a521621

Please sign in to comment.