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:
Evgeny Poberezkin
2023-05-22 13:15:06 +02:00
committed by GitHub
parent d39614713d
commit 579af09816

View File

@@ -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