Skip to content

Commit

Permalink
Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Oct 28, 2024
1 parent 9ecf613 commit 0b9c72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: |
C:\msys64\var\cache\pacman\pkg
C:\msys64\var\lib\pacman\sync
key: msys2-pkgs-${{ runner.os }}-${{ hashFiles('src/util.cpp') }}
key: msys2-pkgs-${{ runner.os }}-${{ hashFiles('api.dll') }}

- name: Set up MSYS2
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 0b9c72a

Please sign in to comment.