Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Aug 30, 2024
1 parent 3d63104 commit e0b49f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
# - linux/arm/v7
- linux/arm64
steps:

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

- name: Prepare
run: |
platform=${{ matrix.platform }}
Expand Down

0 comments on commit e0b49f5

Please sign in to comment.