Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build-linux.yml
  • Loading branch information
xujiegb authored May 14, 2026
commit ed05b3e4dee8ec9b855074f62f93ab171c91fbe7
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
libc6 libgcc-s1 libstdc++6 zlib1g libicu-dev libssl-dev

- name: Checkout repo (for scripts)
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
submodules: 'recursive'
fetch-depth: '0'
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
dnf repolist | grep -i epel || true

- name: Checkout repo (for scripts)
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
submodules: 'recursive'
fetch-depth: '0'
Expand Down