mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
fix steps
This commit is contained in:
@@ -62,6 +62,12 @@ jobs:
|
||||
Compile:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set env & Echo System Info
|
||||
id: date
|
||||
run: |
|
||||
@@ -96,10 +102,7 @@ jobs:
|
||||
# remove-android: 'true'
|
||||
# remove-haskell: 'true'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
- name: Load Custom Variables
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user