Skip to content

Commit

Permalink
.github/workflows: sync main tree before pkgcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Yongxiang Liang <[email protected]>
  • Loading branch information
liangyongxiang committed Feb 19, 2024
1 parent bf4f4a9 commit 2734335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgcheck-checks-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
image: ghcr.io/liangyongxiang/gentoo-testing:master

steps:
- name: Sync main tree
run: emerge --sync gentoo
- name: Checkout the head ref of the pull request
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2734335

Please sign in to comment.