mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
enable swap for doxygen
This commit is contained in:
6
.github/workflows/doxygen-docs.yml
vendored
6
.github/workflows/doxygen-docs.yml
vendored
@@ -16,6 +16,12 @@ jobs:
|
|||||||
# Only run on main branch of the main repository
|
# Only run on main branch of the main repository
|
||||||
if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main'
|
if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
|
- uses: thejerrybao/setup-swap-space@v1
|
||||||
|
with:
|
||||||
|
swap-space-path: /swapfile
|
||||||
|
swap-size-gb: 8
|
||||||
|
remove-existing-swap-files: true
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user