This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new b681281a5bb kie-issues#3368: Skip pagefile action for Windows on GH
CLI (#3369)
b681281a5bb is described below
commit b681281a5bba2cafe6f2a8db69ad2d1c18b7152c
Author: Thiago Lugli <[email protected]>
AuthorDate: Tue Dec 2 11:42:26 2025 -0300
kie-issues#3368: Skip pagefile action for Windows on GH CLI (#3369)
---
.github/actions/setup-env/action.yml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.github/actions/setup-env/action.yml
b/.github/actions/setup-env/action.yml
index 7982689cb5d..2b3ac6daa46 100644
--- a/.github/actions/setup-env/action.yml
+++ b/.github/actions/setup-env/action.yml
@@ -196,14 +196,6 @@ runs:
fluxbox -display :99 > /dev/null 2>&1 &
fi
- - name: "Configure Pagefile (Windows only)"
- if: runner.os == 'Windows'
- uses:
al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67 #v1.3
- with:
- minimum-size: 16GB
- maximum-size: 16GB
- disk-root: "C:"
-
- name: "Increase inotify watches (Ubuntu only)"
shell: bash
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]