Skip to content

Commit

Permalink
github: Don't ask nicely, really actually definitely get all tags, no…
Browse files Browse the repository at this point in the history
… questions asked
  • Loading branch information
dragonmux committed Jan 6, 2025
1 parent a9df5d6 commit e0fb233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
# Build the firmware for all platform variants (currently available)
- name: Build
run: |
git fetch --tags
meson setup build --cross-file cross-file/${{ matrix.probe }}.ini
meson compile -C build
mkdir src/artefacts
Expand Down Expand Up @@ -214,6 +215,7 @@ jobs:
# Build BMDA for Linux
- name: Build Linux BMDA
run: |
git fetch --tags
meson setup build $BUILD_OPTS
meson compile -C build
mkdir src/artefacts
Expand Down Expand Up @@ -312,6 +314,7 @@ jobs:
# Build the default BMDA configuration
- name: Build full BMDA
run: |
git fetch --tags
meson setup build
meson compile -C build
mkdir src/artefacts
Expand Down Expand Up @@ -388,6 +391,7 @@ jobs:
# Build the default BMDA configuration
- name: Build full BMDA
run: |
git fetch --tags
meson setup build
meson compile -C build
mkdir src/artefacts
Expand Down

0 comments on commit e0fb233

Please sign in to comment.