Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
try fix git config
  • Loading branch information
peczenyj authored Dec 7, 2023
1 parent 0b1a71d commit 8886e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v3
- name: Configure git
run: git config --system --add safe.directory '*'
- name: perl -V
run: perl -V
- name: Install Dependencies
run: |
curl -sL https://cpanmin.us/ | perl - -nq --with-develop --installdeps .
Expand Down

0 comments on commit 8886e5c

Please sign in to comment.