Преглед на файлове

fix(ci): replace deleted thejerrybao/setup-swap-space with pierotofy/set-swap-space

TheWildJames преди 2 седмици
родител
ревизия
804f7a4b41
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      .github/workflows/build.yml

+ 2 - 3
.github/workflows/build.yml

@@ -98,10 +98,9 @@ jobs:
         testing: false
 
     - name: Setup more Swap (for LTO)
-      uses: thejerrybao/setup-swap-space@v1   # or pierotofy/set-swap-space
+      uses: pierotofy/set-swap-space@master
       with:
-        swap-size-gb: 16          # 10-24 GB is common for heavy LTO
-        # swap-space-path: /mnt/swapfile   # optional
+        swap-size-gb: 16
 
     - name: Setup Build Environment
       uses: ./.github/actions/setup-build-environment