Skip to content

Commit

Permalink
disable swap
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Oct 31, 2024
1 parent 92e4b16 commit 5630216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Install nextest
uses: taiki-e/install-action@7e58f89e24a544d88f7a74c6eed8a3df3fd4c658 # pin@nextest

- name: Set Swap Space
uses: actionhippie/swap-space@v1
with:
size: 256G
# - name: Set Swap Space
# uses: actionhippie/swap-space@v1
# with:
# size: 256G

- name: Update Rust toolchain
run: rustup update stable
Expand Down

0 comments on commit 5630216

Please sign in to comment.