Skip to content

Commit a64adc3

Browse files
[FB] Workflow | Restore swap
1 parent 6c8a82a commit a64adc3

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

.github/workflows/macOS-Universal.yml

+5-11
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,15 @@ jobs:
9191
sudo apt update
9292
echo "$GHA_aarch64"
9393
94-
- name: Setup Disk & Swap Space 💿
95-
run: |
96-
chmod +x .github/workflows/src/disk_swap_for_github_runner.sh
97-
.github/workflows/src/disk_swap_for_github_runner.sh
98-
9994
- uses: actions/checkout@v3
10095
name: Clone 🧬
10196
with:
10297
submodules: 'recursive'
103-
104-
- name: Clone l10n-central 🧬
105-
uses: actions/checkout@v3
106-
with:
107-
repository: Floorp-Projects/l10n-central
108-
path: l10n-central
98+
99+
- name: Setup Disk & Swap Space 💿
100+
run: |
101+
chmod +x .github/workflows/src/disk_swap_for_github_runner.sh
102+
.github/workflows/src/disk_swap_for_github_runner.sh
109103
110104
- name: Configure sccache
111105
uses: actions/github-script@v6

.github/workflows/windows-build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,16 @@ jobs:
113113
sudo perl -p -i -e 's%(deb(?:-src|)\s+)https?://(?!archive\.canonical\.com|security\.ubuntu\.com)[^\s]+%$1http://archive.ubuntu.com/ubuntu/%' /etc/apt/sources.list
114114
sudo apt update
115115
116-
- name: Setup Disk & Swap Space 💿
117-
run: |
118-
chmod +x .github/workflows/src/disk_swap_for_github_runner.sh
119-
.github/workflows/src/disk_swap_for_github_runner.sh
120-
121116
- uses: actions/checkout@v3
122117
name: Clone 🧬
123118
with:
124119
submodules: 'recursive'
125120

121+
- name: Setup Disk & Swap Space 💿
122+
run: |
123+
chmod +x .github/workflows/src/disk_swap_for_github_runner.sh
124+
.github/workflows/src/disk_swap_for_github_runner.sh
125+
126126
- name: Configure sccache
127127
uses: actions/github-script@v6
128128
with:

0 commit comments

Comments
 (0)