0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

test(ci, unit): configure windows pagefile correctly

- use new v1.4 tag that updates action to node 20 to quiet warning
- use C: drive since D: has issues (#15372)
This commit is contained in:
Mike Hardy 2024-02-02 11:13:33 -05:00
parent 0ee9f1d9bb
commit 7fee019cf2

View File

@ -41,12 +41,12 @@ jobs:
# CODACY_TOKEN: ${{ secrets.CODACY_TOKEN }}
steps:
- name: Configure Windows Pagefile
uses: al-cheb/configure-pagefile-action@v1.3
uses: al-cheb/configure-pagefile-action@v1.4
if: matrix.os == 'windows-latest'
with:
minimum-size: 8GB
maximum-size: 12GB
disk-root: "D:"
disk-root: "C:"
- uses: actions/checkout@v4
with: