Skip to content

Commit

Permalink
is it a lack of understanding?
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 10, 2023
1 parent eff2ea7 commit c452250
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ jobs:
with:
python-version: '2.7'

- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Install chocolatey packages (i386)
if: ${{ matrix.cfg.arch == 'x86' }}
run: choco install ninja nsis curl -y --x86
Expand All @@ -264,6 +259,11 @@ jobs:
env:
DXSDK_DIR: "${{github.workspace}}/dxsdk/"

- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Build Project
run: cd main/build && ninja

Expand Down

0 comments on commit c452250

Please sign in to comment.