Skip to content

Commit

Permalink
compose
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Aug 11, 2024
1 parent 0c85692 commit 10cd709
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Install XHandler dependencies
description: Install XHandler dependencies.
runs:
using: "composite"
steps:
- name: Install dependencies
run: |
sudo apt-get -y install pkg-config xmlsec1 libxml2-dev libxmlsec1-dev libxmlsec1-openssl libclang-dev
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get -y install pkg-config xmlsec1 libxml2-dev libxmlsec1-dev libxmlsec1-openssl libclang-dev
use: ../actions/install-dependencies
- name: Install clippy
run: rustup component add clippy
- run: cargo fmt --check
Expand Down

0 comments on commit 10cd709

Please sign in to comment.