Libretro: Add ZL/ZR support (#796)

* iOS: Remove unused hidService

* Libretro: Add ZL/ZR support

* Test build: Create venv

* Install python3-venv package

* Update Test_Build.yml
This commit is contained in:
wheremyfoodat
2025-07-30 09:41:46 +03:00
committed by GitHub
parent 21c25d2fb8
commit 115368491f
3 changed files with 27 additions and 61 deletions

View File

@@ -16,8 +16,10 @@ jobs:
- name: Install and update packages
run: |
apt-get -y install python3 python3-pip p7zip-full libarchive13
apt-get -y install python3 python3-pip python3-venv p7zip-full libarchive13
python3 --version
python3 -m venv venv
. ./venv/bin/activate
python3 -m pip install --upgrade pip setuptools
- name: Compile tests