ci: configure pagefile size for Windows build (#2122)
* ci: configure pagefile size for Windows build * change action version * specify maximum * change disk root --------- Co-authored-by: shum <shum@liber.li>
This commit is contained in:
committed by
GitHub
parent
d39614713d
commit
579af09816
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -62,6 +62,14 @@ jobs:
|
||||
cache_path: C:/cabal
|
||||
asset_name: simplex-chat-windows-x86-64
|
||||
steps:
|
||||
- name: Configure pagefile (Windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
uses: al-cheb/configure-pagefile-action@v1.3
|
||||
with:
|
||||
minimum-size: 16GB
|
||||
maximum-size: 16GB
|
||||
disk-root: "C:"
|
||||
|
||||
- name: Clone project
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user