Fix syntax error

This commit is contained in:
Jon Beniston 2023-09-24 15:01:40 +01:00
parent 9a6ade37d9
commit 608609a980
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ jobs:
run: echo "version=$(grep sdrangel_VERSION CMakeCache.txt | cut -d "=" -f2)" >> $env:GITHUB_OUTPUT
#run: echo "version=$(git describe --tags | cut -c2-)" >> $env:GITHUB_OUTPUT
- name: Diplay version
run:
echo ${{ steps.get_version.outputs.version }}
run: echo ${{ steps.get_version.outputs.version }}
- name: Install basic dependencies on Windows
if: startsWith(matrix.config.os, 'windows')
run: |