Skip to content

Commit

Permalink
no update
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 8, 2024
1 parent f51b134 commit ef54c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v1
- run: apt-get update && apt-get install -y --reinstall ca-certificates
- run: apt-get install -y --reinstall ca-certificates
- name: Install Dependencies
run: |
curl -sL https://cpanmin.us/ | perl - -nq --with-develop --installdeps .
Expand Down

0 comments on commit ef54c28

Please sign in to comment.