Update update_deps.yml

I hate you OpenSUSE
This commit is contained in:
Jamil
2022-05-20 11:04:44 -07:00
committed by GitHub
parent b075354336
commit efa840ede4

View File

@@ -41,7 +41,7 @@ jobs:
if: startsWith(matrix.platform, 'opensuse')
run: |
sudo zypper refresh
sudo zypper install --non-interactive llvm
sudo zypper --non-interactive install llvm
- name: install llvm on redhat-based
if: >
startsWith(matrix.platform, 'amazonlinux') ||