build: update build script
This commit is contained in:
parent
ea4788f894
commit
376b2967cc
|
@ -28,9 +28,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
|
echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.python-version }}
|
python-version: "${{ env.python-version }}"
|
||||||
- name: Initialize workflow variables
|
- name: Initialize workflow variables
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue