Fix CI/CD warnings (2)

This commit is contained in:
f4exb 2022-12-19 22:14:04 +01:00
parent e430ca4d4f
commit 42856a5265
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
echo github.workspace: ${{ github.workspace }}
- name: Get version
id: get_version
run: echo "version=$(git describe --tags | cut -c2-)" >> $GITHUB_OUTPUT
run: echo "version=$(git describe --tags | cut -c2-)" >> $env:GITHUB_OUTPUT
- name: Install basic dependencies on Windows
if: startsWith(matrix.config.os, 'windows')
run: |