Skip to content

Commit

Permalink
added swap space to build_ci.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Oct 19, 2023
1 parent 443ca59 commit 99fa6f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
env:
DISPLAY: ':99.0'
steps:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
- name: Get repository
uses: actions/checkout@v3
- name: apt-get update (Linux)
Expand Down

0 comments on commit 99fa6f5

Please sign in to comment.