mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
add clang to get dependencies for building rust code (#639)
* add clang to get dependencies for building rust code * add clang to get dependencies for building rust code
This commit is contained in:
6
.github/workflows/update_deps.yml
vendored
6
.github/workflows/update_deps.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
if: startsWith(matrix.platform, 'opensuse')
|
||||
run: |
|
||||
sudo zypper refresh
|
||||
sudo zypper --non-interactive install llvm
|
||||
sudo zypper --non-interactive install llvm clang
|
||||
- name: install llvm on redhat-based
|
||||
if: >
|
||||
startsWith(matrix.platform, 'amazonlinux') ||
|
||||
@@ -49,11 +49,11 @@ jobs:
|
||||
startsWith(matrix.platform, 'fedora') ||
|
||||
startsWith(matrix.platform, 'fedora')
|
||||
run: |
|
||||
sudo yum install -y llvm
|
||||
sudo yum install -y llvm clang
|
||||
- name: install llvm on debian-based
|
||||
if: >
|
||||
startsWith(matrix.platform, 'debian') ||
|
||||
startsWith(matrix.platform, 'ubuntu')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -yq llvm
|
||||
sudo apt-get install -yq llvm clang
|
||||
|
||||
Reference in New Issue
Block a user