diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ec074b08f..28802388a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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