Skip to content

Commit

Permalink
GH CI windows cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent 3050ec0 commit c244860
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,24 @@ jobs:
- name: Cache CPAN modules
uses: actions/cache@v4
with:
path: .\local
path: D:\a\biodiverse\biodiverse\local
key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
- name: Prepare for Alien cache
run: |
perl -V > aliencache.txt
echo 'aliens' >> aliencache.txt
dir aliencache.txt
- name: Cache Alien downloads
uses: actions/cache@v4
with:
path: $HOMEPATH\.alienbuild
key: ${{ runner.os }}-build-${{ hashFiles('aliencache.txt') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('aliencache.txt') }}
# - name: Prepare for Alien cache
# run: |
# perl -V > aliencache.txt
# echo 'aliens' >> aliencache.txt
# dir aliencache.txt
#
# - name: Cache Alien downloads
# uses: actions/cache@v4
# with:
# path: $HOMEPATH\.alienbuild
# key: ${{ runner.os }}-build-${{ hashFiles('aliencache.txt') }}
# restore-keys: |
# ${{ runner.os }}-build-${{ hashFiles('aliencache.txt') }}

#- name: Install Dependencies
# run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure
Expand Down

0 comments on commit c244860

Please sign in to comment.