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:
4
.github/workflows/Test_Build.yml
vendored
4
.github/workflows/Test_Build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user