mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Update update_deps.yml
Fix package install flags
This commit is contained in:
4
.github/workflows/update_deps.yml
vendored
4
.github/workflows/update_deps.yml
vendored
@@ -40,7 +40,8 @@ jobs:
|
||||
- name: install llvm on suse-based
|
||||
if: startsWith(matrix.platform, 'opensuse')
|
||||
run: |
|
||||
sudo zypper install -y -t llvm
|
||||
sudo zypper refresh
|
||||
sudo zypper install --non-interactive llvm
|
||||
- name: install llvm on redhat-based
|
||||
if: >
|
||||
startsWith(matrix.platform, 'amazonlinux') ||
|
||||
@@ -48,6 +49,7 @@ jobs:
|
||||
startsWith(matrix.platform, 'fedora') ||
|
||||
startsWith(matrix.platform, 'fedora')
|
||||
run: |
|
||||
sudo yum check-update
|
||||
sudo yum install -y llvm
|
||||
- name: install llvm on debian-based
|
||||
if: >
|
||||
|
||||
Reference in New Issue
Block a user