mirror of https://github.com/xemu-project/xemu.git
ci: Fix unshallow, force tag download
This commit is contained in:
parent
f2869790d9
commit
3aa9c3ad13
|
@ -40,7 +40,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags
|
||||
git fetch --prune --unshallow --tags -f
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
echo "Downloading MSYS2 environment..."
|
||||
|
@ -98,7 +98,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags
|
||||
git fetch --prune --unshallow --tags -f
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
@ -152,7 +152,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags
|
||||
git fetch --prune --unshallow --tags -f
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
brew update
|
||||
|
@ -271,7 +271,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Clone Tree (Unshallow)
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags
|
||||
git fetch --prune --unshallow --tags -f
|
||||
- name: Create Source Archive
|
||||
run: |
|
||||
./scripts/archive-source.sh archive.tgz
|
||||
|
|
Loading…
Reference in New Issue