Fix CI/CD warnings (2)

pull/1539/head
f4exb 2022-12-19 22:14:04 +01:00
rodzic e430ca4d4f
commit 42856a5265
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: |