2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

workflow: 去掉warp actions,太慢了

This commit is contained in:
耗子
2024-10-25 16:49:32 +08:00
parent fa5817febd
commit 595cb03c67
3 changed files with 2 additions and 6 deletions

View File

@@ -10,8 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up WARP
uses: fscarmen/warp-on-actions@v1.2
- name: Setup Go
uses: actions/setup-go@v5
with:

View File

@@ -10,8 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up WARP
uses: fscarmen/warp-on-actions@v1.2
- name: Setup Go
uses: actions/setup-go@v5
with: