Skip to content

Commit

Permalink
Remove setup python step
Browse files Browse the repository at this point in the history
  • Loading branch information
tek256 committed Jul 28, 2024
1 parent 39a2485 commit 79ad574
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install CMake and Ninja
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 79ad574

Please sign in to comment.