Skip to content

Commit

Permalink
Changed CentOS workflow to actions v1
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Jan 19, 2025
1 parent 2f7552b commit ed2cc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: [self-hosted, centos7]
steps:
- name: Check out repository code, branch='${{ github.ref }}'
uses: actions/checkout@v2
uses: actions/checkout@v1

- name: Building package
run: sudo ./builder.sh
Expand Down

0 comments on commit ed2cc10

Please sign in to comment.