mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Run Install Deps step in bash shell to avoid powershell on windows
This commit is contained in:
parent
34cfc0382b
commit
62711408b0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue