Skip to content

Commit

Permalink
Fix cache location in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jan 19, 2024
1 parent 5c37719 commit e1f82b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./bin/alr --non-interactive help get

- name: install tar from msys2 (Git tar in Actions VM does not seem to work)
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: Install Python 3.x (required for the testsuite)
uses: actions/setup-python@v2
Expand Down

0 comments on commit e1f82b9

Please sign in to comment.