Run Install Deps step in bash shell to avoid powershell on windows

This commit is contained in:
Debanjum Singh Solanky 2022-08-14 06:47:58 +03:00
parent 34cfc0382b
commit 62711408b0

View file

@ -20,6 +20,7 @@ jobs:
python-version: '3.9'
- name: Install Dependencies
shell: bash
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt install libegl1 libxcb-xinerama0 -y