File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 77
77
name=$(echo -n "$name" | sed -e 's/[ \t:\/\\"<>|*?]/-/g' -e 's/--*/-/g' | sed -e 's/\-$//')
78
78
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
79
79
80
+ - name : " Increase pagefile to avoid OOM"
81
+ if : runner.os == 'Windows'
82
+
83
+ with :
84
+ minimum-size : 8GB
85
+
80
86
- name : ' 🛠️ Add msbuild to PATH'
81
87
if : runner.os == 'Windows'
82
88
uses : microsoft/setup-msbuild@v2
@@ -226,6 +232,12 @@ jobs:
226
232
name=$(echo -n "$name" | sed -e 's/[ \t:\/\\"<>|*?]/-/g' -e 's/--*/-/g' | sed -e 's/\-$//')
227
233
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
228
234
235
+ - name : " Increase pagefile to avoid OOM"
236
+ if : runner.os == 'Windows'
237
+
238
+ with :
239
+ minimum-size : 8GB
240
+
229
241
- name : ' 🛠️ Add msbuild to PATH'
230
242
if : runner.os == 'Windows'
231
243
uses : microsoft/setup-msbuild@v2
You can’t perform that action at this time.
0 commit comments