Skip to content

Commit

Permalink
bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
takana-v committed Nov 25, 2022
1 parent 7e2ef7f commit e4fb92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.8.10
architecture: x64
cache: pip

Expand All @@ -46,7 +46,7 @@ jobs:
ln -sf "$(pwd)/qsft_config_example.ini" artifact/qsft_config.ini
ln -sf "$(pwd)/LICENSE" artifact/LICENSE.txt
mkdir -p artifact/openvr
ln -sf C:/hostedtoolcache/windows/python/3.8/x64/lib/site-packages/openvr/*.dll artifact/openvr/
ln -sf C:/hostedtoolcache/windows/python/3.8.10/x64/lib/site-packages/openvr/*.dll artifact/openvr/
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e4fb92e

Please sign in to comment.