Skip to content

Commit

Permalink
ci: modify Windows pagefile config
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Dec 5, 2022
1 parent 55ed8c0 commit 1da3afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-run-test.yml
Expand Up @@ -137,9 +137,9 @@ jobs:
uses: aaronfriel/action-configure-pagefile@v2.0-beta.1
if: ${{ runner.os == 'Windows' }}
with:
minimum-size: 4GB
maximum-size: 4GB
disk-root: "D:"
minimum-size: 2GB
maximum-size: 2GB
disk-root: "C:"
- name: Configure Go Cache Key
env:
CACHE_KEY: "${{ fromJson(inputs.version-set).go }}-${{ runner.os }}-${{ runner.arch }}"
Expand Down

0 comments on commit 1da3afd

Please sign in to comment.