Skip to content

Commit

Permalink
Use new fetch-tags option and removed setting fetch-depth to the defa…
Browse files Browse the repository at this point in the history
…ult value.
  • Loading branch information
dlemstra committed Jan 25, 2024
1 parent d371cb0 commit 695e3cc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Install dependencies
run: build/linux-x64/install.dependencies.sh
Expand Down Expand Up @@ -50,8 +48,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Install dependencies
run: build/linux-musl-x64/install.dependencies.sh
Expand Down Expand Up @@ -79,8 +75,6 @@ jobs:

# - name: Checkout
# uses: actions/checkout@v4
# with:
# fetch-depth: 1

# - name: Install Magick.Native
# run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
Expand All @@ -103,8 +97,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Install dependencies
run: build/osx-x64/install.dependencies.sh
Expand Down Expand Up @@ -145,7 +137,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Install dependencies
run: ./install.dependencies.cmd
Expand Down Expand Up @@ -200,7 +192,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Install dependencies
run: ./install.dependencies.cmd
Expand Down

0 comments on commit 695e3cc

Please sign in to comment.