Commit a64adc3 1 parent 6c8a82a commit a64adc3 Copy full SHA for a64adc3
File tree 2 files changed +10
-16
lines changed
2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -91,21 +91,15 @@ jobs:
91
91
sudo apt update
92
92
echo "$GHA_aarch64"
93
93
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
-
99
94
- uses : actions/checkout@v3
100
95
name : Clone 🧬
101
96
with :
102
97
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
109
103
110
104
- name : Configure sccache
111
105
uses : actions/github-script@v6
Original file line number Diff line number Diff line change @@ -113,16 +113,16 @@ jobs:
113
113
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
114
114
sudo apt update
115
115
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
-
121
116
- uses : actions/checkout@v3
122
117
name : Clone 🧬
123
118
with :
124
119
submodules : ' recursive'
125
120
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
+
126
126
- name : Configure sccache
127
127
uses : actions/github-script@v6
128
128
with :
You can’t perform that action at this time.
0 commit comments