1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Fix syntax error

This commit is contained in:
Jon Beniston
2023-09-24 15:01:40 +01:00
parent 9a6ade37d9
commit 608609a980
+1 -2
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: |