From 6eb9514673c925cd395cfc650c4a893bce05be1e Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 19 Jan 2024 18:58:29 +0100 Subject: [PATCH] Use new Windows cache location in direct `pacman` call (#968) * Use new Windows cache location * Revert hello-1.0.2.toml Remove change intended to temporarily trigger checks --- .github/workflows/build-native-master.yml | 2 +- index/he/hello/hello-1.0.2.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-native-master.yml b/.github/workflows/build-native-master.yml index d401716a..62ac621f 100644 --- a/.github/workflows/build-native-master.yml +++ b/.github/workflows/build-native-master.yml @@ -55,7 +55,7 @@ jobs: - name: Install tar from msys2 (Windows) # Git tar in Actions VM does not seem to work) if: matrix.os == 'windows-latest' - run: C:\Users\runneradmin\.cache\alire\msys64\usr\bin\pacman --noconfirm -S tar + run: C:\Users\runneradmin\AppData\Local\alire\msys64\usr\bin\pacman --noconfirm -S tar - name: Test crate run: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh diff --git a/index/he/hello/hello-1.0.2.toml b/index/he/hello/hello-1.0.2.toml index f274b032..7ce54219 100644 --- a/index/he/hello/hello-1.0.2.toml +++ b/index/he/hello/hello-1.0.2.toml @@ -17,4 +17,3 @@ libhello = "^1.0" [origin] commit = "5715870bf1637ac06c87a3db580d4efdfd5daeed" url = "git+https://github.com/alire-project/hello.git" -