Skip to content

Commit

Permalink
actions: fetch all history
Browse files Browse the repository at this point in the history
Required by tools/get_version.sh
  • Loading branch information
dhewg committed Apr 15, 2021
1 parent 0de9c5c commit 4a47ff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
pip3 install --user 'meson==0.46'
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup environment
run: >
if test "${GITHUB_REF:0:10}" = "refs/tags/"; then
Expand Down

0 comments on commit 4a47ff4

Please sign in to comment.