mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Fix syntax error
This commit is contained in:
parent
9a6ade37d9
commit
608609a980
3
.github/workflows/sdrangel.yml
vendored
3
.github/workflows/sdrangel.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user