pull/518/head
ruki 4 years ago
parent 3b45045c0f
commit ff6c1278bf
No known key found for this signature in database
GPG Key ID: D7C5BF5691071C8D
  1. 7
      .github/workflows/monkey_windows.yml

@ -21,6 +21,13 @@ jobs:
with:
xmake-version: branch@dev
- name: Configure Pagefile
uses: al-cheb/configure-pagefile-action@v1.2
with:
minimum-size: 8GB
maximum-size: 32GB
disk-root: "D:"
- name: Tests
run: |
xmake l ./scripts/monkey.lua -D -a ${{ matrix.arch }} -k ${{ matrix.kind }} --vs_runtime=${{ matrix.vs_runtime }} --vs_sdkver=10.0.19041.0

Loading…
Cancel
Save