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 22, 2024
1 parent 2b73d25 commit 4fbe263
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@v1.0.0

- 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@v1.0.0

- 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@v1.0.0
- run: git fetch --tags --force
- uses: uraimo/run-on-arch-action@v2.7.1
name: Build artifact
Expand Down

0 comments on commit 4fbe263

Please sign in to comment.