Skip to content

Commit

Permalink
Update perl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorekumar-anchala authored Aug 27, 2024
1 parent 578d45c commit 55a4c4f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.32.1.1'

uses: actions/checkout@v4

- name: Check pkg-config in PATH
run: |
where pkg-config
Expand Down

0 comments on commit 55a4c4f

Please sign in to comment.