mirror of
https://github.com/libimobiledevice/libplist.git
synced 2026-05-17 20:30:34 +00:00
[github-actions] Make sure to fetch all tags on checkout
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
||||
run: |
|
||||
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: autogen
|
||||
run: |
|
||||
export PYTHON=python3
|
||||
@@ -48,6 +50,8 @@ jobs:
|
||||
pip3 install cython
|
||||
shell: bash
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: autogen
|
||||
run: |
|
||||
SDKDIR=`xcrun --sdk macosx --show-sdk-path`
|
||||
@@ -124,6 +128,8 @@ jobs:
|
||||
echo "dest=$dest" >> $GITHUB_ENV
|
||||
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: autogen
|
||||
run: ./autogen.sh CC=gcc CXX=g++ --enable-debug
|
||||
- name: make
|
||||
|
||||
Reference in New Issue
Block a user