Update On Thu Sep 19 20:35:54 CEST 2024

This commit is contained in:
github-action[bot]
2024-09-19 20:35:54 +02:00
parent a98c03bce3
commit 0bc2f74993
432 changed files with 194477 additions and 232409 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
name: Compile The New Clash Dev Core
on:
schedule:
- cron: "0 19 * * 1,3,5,6"
#schedule:
# - cron: "0 19 * * 1,3,5,6"
workflow_dispatch:
jobs:
+2 -2
View File
@@ -110,7 +110,7 @@ jobs:
- name: Setup loongarch abi1 Go
run: |
wget -q https://github.com/xishang0128/loongarch64-golang/releases/download/1.21.5/go1.21.5.linux-amd64-abi1.tar.gz
wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4/go1.22.4.linux-amd64-abi1.tar.gz
sudo tar zxf go1.21.5.linux-amd64-abi1.tar.gz -C /usr/local
echo "/usr/local/go/bin" >> $GITHUB_PATH
@@ -126,7 +126,7 @@ jobs:
- name: Setup loongarch abi2 Go
run: |
wget -q https://github.com/xishang0128/loongarch64-golang/releases/download/1.21.5/go1.21.5.linux-amd64-abi2.tar.gz
wget -q https://github.com/MetaCubeX/loongarch64-golang/releases/download/1.22.4/go1.22.4.linux-amd64-abi2.tar.gz
sudo tar zxf go1.21.5.linux-amd64-abi2.tar.gz -C /usr/local
- name: Compile Meta loongarch abi2 Clash
+2 -2
View File
@@ -2,8 +2,8 @@
name: Compile The New Clash Premium Core
on:
schedule:
- cron: "0 21 * * 1,3,5"
#schedule:
# - cron: "0 21 * * 1,3,5"
workflow_dispatch:
jobs: