Skip to content

Commit

Permalink
fix missing fw version number
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Sep 3, 2021
1 parent c58aeee commit e535ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # fetch entire history to get version information

- name: Install prerequisites (Debian)
if: startsWith(matrix.os, 'ubuntu-')
Expand Down Expand Up @@ -96,6 +98,7 @@ jobs:
echo "CONFIG_DEBUG=${{ matrix.debug }}" >> tup.config
mkdir -p autogen
python ../tools/odrive/version.py --output autogen/version.c
cat autogen/version.c
tup init
tup generate ./tup_build.sh
Expand Down

0 comments on commit e535ed6

Please sign in to comment.