Skip to content

Commit

Permalink
fetch tags in test-build
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Sep 30, 2024
1 parent 33203de commit 7378bd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -112,6 +114,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 7378bd7

Please sign in to comment.