Skip to content

Commit f88ca2c

Browse files
committed
250905.094453.CST [skip ci] set SWAP_SIZE to 20 in profile_all_sq.yml
1 parent 31356d9 commit f88ca2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: git checkout HEAD^ && cd .development && bash ./archnorma && cd ../ && git checkout -
9191

9292
- name: Miscellaneous setup
93-
run: bash .github/scripts/misc_setup
93+
run: export SWAP_SIZE=20 && bash .github/scripts/misc_setup
9494

9595
- name: Clone MatCUTEst
9696
uses: actions/[email protected]

0 commit comments

Comments
 (0)