Skip to content

Commit

Permalink
Merge pull request #1113 from metacpan/oalders/snapshot
Browse files Browse the repository at this point in the history
Install carton earlier in update-snapshot
  • Loading branch information
haarg authored Aug 10, 2023
2 parents 310f6be + d111714 commit 5535a91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.METACPAN_BOT_TOKEN }}
- name: Install carton
uses: perl-actions/install-with-cpm@stable
with:
sudo: false
install: Carton
- name: Install deps
uses: perl-actions/install-with-cpm@stable
with:
Expand All @@ -21,11 +26,6 @@ jobs:
--resolver metacpan
--show-build-log-on-failure
--local-lib-contained=local
- name: Install carton
uses: perl-actions/install-with-cpm@stable
with:
sudo: false
install: Carton
- name: Maybe update cpanfile.snapshot
run: carton
- name: Create Pull Request
Expand Down

0 comments on commit 5535a91

Please sign in to comment.