Skip to content

Commit

Permalink
fix(ci): build jobs get canceled
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad5305 committed Nov 9, 2023
1 parent bea33e8 commit 9ff545d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
run: |
sudo apt install gcc-multilib
# related to https://github.com/actions/runner/issues/2468
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10

- name: Build target
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 9ff545d

Please sign in to comment.