Skip to content

Commit

Permalink
ci: Fix Python setup for qnx-armeabi
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jun 21, 2023
1 parent 5d2aaaf commit 5e731af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '${{ env.PYTHON_VERSION }}'
- name: Install dependencies
run: |
pip install meson==${{ env.MESON_VERSION }}
Expand Down

0 comments on commit 5e731af

Please sign in to comment.