Skip to content

Commit

Permalink
Cicd: Fix: Pull icon images in LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
goingforbrooke committed Feb 12, 2025
1 parent 4cddf40 commit a101df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
# Fetch all history for all tags and branches instead of `1`, which fetches only the current branch.
fetch-depth: 0
# Include icon images.
lfs: true
- name: Install Rust toolchain with M1 chip support
uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -119,6 +121,8 @@ jobs:
with:
# Fetch all history for all tags and branches instead of `1`, which fetches only the current branch.
fetch-depth: 0
# Include icon images.
lfs: true
- name: Install Rust toolchain with M1 chip support
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit a101df5

Please sign in to comment.