Skip to content

Commit

Permalink
Remove setup-python action
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Aug 29, 2022
1 parent 49368b6 commit a796427
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
- {args: "-DDEFLATE_SUPPORT=OFF", config: "Debug"}
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: '3.x'
- name: Build
run: |
cmake . -Bbuild ${{ matrix.build_config.args }}
Expand Down

0 comments on commit a796427

Please sign in to comment.