fix steps

This commit is contained in:
xopenwrt 2023-12-18 00:55:21 +08:00 committed by GitHub
parent 8661af9d1c
commit 1c7df148b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 22 deletions

View File

@ -87,6 +87,12 @@ jobs:
remove-android: 'true'
remove-haskell: 'true'
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set env & Echo System Info
id: date2
run: |
@ -99,10 +105,7 @@ jobs:
Get_Release_Info
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Load Custom Variables
run: |

View File

@ -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: |

View File

@ -71,6 +71,12 @@ jobs:
remove-android: 'true'
remove-haskell: 'true'
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set env & Echo System Info
id: date
run: |
@ -89,10 +95,7 @@ jobs:
Get_Release_Info
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Load Custom Variables
run: |

View File

@ -70,6 +70,13 @@ jobs:
remove-dotnet: 'true'
remove-android: 'true'
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set env & Echo System Info
id: date
run: |
@ -87,12 +94,6 @@ jobs:
Get_Action_Info
Get_Release_Info
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Load Custom Variables
run: |
echo "Free space:"

View File

@ -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: |
@ -95,10 +101,7 @@ jobs:
# remove-android: 'true'
# remove-haskell: 'true'
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Load Custom Variables
run: |