diff --git a/.github/workflows/X-x86_64_X.yml b/.github/workflows/X-x86_64_X.yml index cf064ac..acd8544 100644 --- a/.github/workflows/X-x86_64_X.yml +++ b/.github/workflows/X-x86_64_X.yml @@ -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: | diff --git a/.github/workflows/X-x86_64_X_Mine.yml b/.github/workflows/X-x86_64_X_Mine.yml index 77571ff..8493226 100644 --- a/.github/workflows/X-x86_64_X_Mine.yml +++ b/.github/workflows/X-x86_64_X_Mine.yml @@ -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: | diff --git a/.github/workflows/X-x86_64_Y.yml b/.github/workflows/X-x86_64_Y.yml index 4673b00..d40c32c 100644 --- a/.github/workflows/X-x86_64_Y.yml +++ b/.github/workflows/X-x86_64_Y.yml @@ -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: | diff --git a/.github/workflows/X-x86_64_Z.yml b/.github/workflows/X-x86_64_Z.yml index a295f9c..c442422 100644 --- a/.github/workflows/X-x86_64_Z.yml +++ b/.github/workflows/X-x86_64_Z.yml @@ -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:" diff --git a/.github/workflows/X-x86_64_Z_Mine.yml b/.github/workflows/X-x86_64_Z_Mine.yml index db2991f..71e118c 100644 --- a/.github/workflows/X-x86_64_Z_Mine.yml +++ b/.github/workflows/X-x86_64_Z_Mine.yml @@ -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: |