mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
CI: Drop setup-python for Mac
No longer needed?
This commit is contained in:
parent
b1c00cfd95
commit
057c0c65a6
5
.github/workflows/rolling-release.yml
vendored
5
.github/workflows/rolling-release.yml
vendored
|
@ -344,11 +344,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
# Python 3.12 removed distutils, used by MoltenVK -> glslang.
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- name: Install packages
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue