mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Install rustc
when running pre-commit on GH Actions
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
d55cf91a21
commit
6934fe3c63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-commit-action.yml
vendored
2
.github/workflows/pre-commit-action.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Install System Deps
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y wget curl enchant-2 git gcc make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev
|
||||
apt-get install -y wget curl enchant-2 git gcc make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev rustc
|
||||
|
||||
- name: Add Git Safe Directory
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue