We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c46431 commit eba0cfaCopy full SHA for eba0cfa
.github/workflows/run_windows.yml
@@ -21,6 +21,10 @@ jobs:
21
uses: actions/setup-dotnet@v3
22
with:
23
dotnet-version: '7.0.x'
24
+ - name: Setup Python
25
+ uses: actions/setup-python@v4
26
+ with:
27
+ python-version: '3.11'
28
- name: Set Version
29
id: version
30
run: if ("tag" -eq $Env:GITHUB_REF_TYPE) { echo "::set-output name=version::$Env:GITHUB_REF_NAME" } else { echo "::set-output name=version::$Env:GITHUB_SHA" }
0 commit comments