mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Thu Sep 19 20:35:54 CEST 2024
This commit is contained in:
+2
-2
@@ -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
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user