Skip to content

Commit 512e4f6

Browse files
authored
Merge pull request #46 from Edison-Watch/dk-workflow
Try to fix git checkout issue in centos docker
2 parents 03ed0de + 715df56 commit 512e4f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/package-test-centos-docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
container:
2121
image: quay.io/centos/centos:stream${{ matrix.centos_version }}-minimal
2222
steps:
23-
- name: Checkout code
24-
uses: actions/checkout@v4
25-
with:
26-
token: ${{ secrets.GITHUB_TOKEN }}
27-
2823
- name: Install system dependencies
2924
run: |
3025
dnf update -y
3126
dnf install -y python3 python3-pip git make
3227
28+
- name: Checkout code
29+
uses: actions/checkout@v4
30+
with:
31+
token: ${{ secrets.GITHUB_TOKEN }}
32+
3333
- name: Setup Open Edison
3434
uses: ./.github/actions/setup
3535

0 commit comments

Comments
 (0)