Skip to content

Commit

Permalink
ci: use fancy checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Oct 21, 2024
1 parent 40b6e61 commit 342d066
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
, debArch: amd64
}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --tags --force
- name: Checkout
- uses: sithlord48/fancy-checkout@latest

- name: Install Dependencies
run: |
sudo apt-get update -y > /dev/null
Expand Down Expand Up @@ -114,10 +113,8 @@ jobs:
run: |
echo "BCVersion=${{ needs.precheck.outputs.version }}" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --tags --force
- name: Checkout
uses: sithlord48/fancy-checkout@latest

- name: Env Script (Windows)
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -206,9 +203,8 @@ jobs:
, debArch: armhf
}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout
uses: sithlord48/fancy-checkout@latest
- run: git fetch --tags --force
- uses: uraimo/[email protected]
name: Build artifact
Expand Down

0 comments on commit 342d066

Please sign in to comment.