Skip to content

Commit d080f19

Browse files
committed
Update workflows
1 parent 9db96b3 commit d080f19

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/clang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
container: ubuntu:${{ matrix.cont_ver }}
114114

115115
steps:
116+
- uses: actionhippie/swap-space@v1 # 10G
116117
- name: Install tools
117118
run: |
118119
apt-get update

.github/workflows/gcc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
container: ubuntu:${{ matrix.cont_ver }}
9898

9999
steps:
100+
- uses: actionhippie/swap-space@v1 # 10G
100101
- name: Install tools
101102
run: |
102103
apt-get update

0 commit comments

Comments
 (0)