Skip to content

Commit

Permalink
just use older checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Nov 29, 2023
1 parent e337eb2 commit d1679d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,9 @@ jobs:
- run: yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
- run: yum -y update
- run: yum install -y git make gcc curl perl-ExtUtils-MakeMaker
- uses: actions/checkout@main
- uses: actions/checkout@v3 # needed for old node.js
with:
submodules: recursive
- uses: actions/setup-node@main
with:
node-version: 18
- run: perl -V
- name: Install Dependencies
run: curl https://cpanmin.us | perl - --notest --installdeps --with-configure --with-develop .
Expand Down

0 comments on commit d1679d4

Please sign in to comment.