mirror of https://github.com/xemu-project/xemu.git
ci: Specify fetch-depth instead of unshallow
This commit is contained in:
parent
60a7afb94b
commit
1c9a0217e1
|
@ -34,9 +34,8 @@ jobs:
|
|||
steps:
|
||||
- name: Clone Tree
|
||||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags -f
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
echo "Downloading MSYS2 environment..."
|
||||
|
@ -87,9 +86,8 @@ jobs:
|
|||
steps:
|
||||
- name: Clone Tree
|
||||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags -f
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
@ -139,9 +137,8 @@ jobs:
|
|||
steps:
|
||||
- name: Clone Tree
|
||||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags -f
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||
|
@ -267,9 +264,8 @@ jobs:
|
|||
steps:
|
||||
- name: Clone Tree
|
||||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags -f
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Create Source Archive
|
||||
run: |
|
||||
./scripts/archive-source.sh archive.tgz
|
||||
|
|
Loading…
Reference in New Issue