Skip to content

Commit

Permalink
use old version of actions/checkout on centos7
Browse files Browse the repository at this point in the history
Signed-off-by: ICHINOSE Shogo <shogo82148@gmail.com>
  • Loading branch information
shogo82148 committed Mar 29, 2024
1 parent 7ba4a6b commit eec7846
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
runs-on: ubuntu-latest
container: centos:7
steps:
- uses: actions/checkout@v4
# on centos7, actions/checkout@v4 does not work, so we use v3
- uses: actions/checkout@v3

- name: make
run: |
yum -y install gcc make
Expand Down

0 comments on commit eec7846

Please sign in to comment.