enable swap for doxygen

This commit is contained in:
SoftFever
2026-01-03 23:29:53 +08:00
parent 9d39f5a5a1
commit fed4a120e4

View File

@@ -16,6 +16,12 @@ jobs:
# Only run on main branch of the main repository
if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main'
steps:
- uses: thejerrybao/setup-swap-space@v1
with:
swap-space-path: /swapfile
swap-size-gb: 8
remove-existing-swap-files: true
- name: Checkout repository
uses: actions/checkout@v6