Skip to content

Commit

Permalink
Use new Windows cache location
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jan 19, 2024
1 parent 834338f commit b42b9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-native-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions index/he/hello/hello-1.0.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ libhello = "^1.0"
commit = "5715870bf1637ac06c87a3db580d4efdfd5daeed"
url = "git+https://github.com/alire-project/hello.git"

# Touched to trigger checks; remove this line before merging

0 comments on commit b42b9ec

Please sign in to comment.