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
This commit is contained in:
Alejandro R Mosteo
2024-01-19 18:58:29 +01:00
committed by GitHub
parent 834338fcaf
commit 6eb9514673
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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