Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Aug 15, 2024
1 parent 2295403 commit c4f0a0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rfc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- uses: actions/checkout@v4
- name: dependencies
run: |
sudo apt-get install -y aspell cmake python3 python3-pip python3-setuptools python3-wheel cargo xmlstarlet
sudo apt-get install -y aspell cmake python3 python3-pip python3-setuptools python3-wheel ruby cargo xmlstarlet
sudo pip3 install --upgrade pip
sudo pip3 install xml2rfc abnf
sudo gem install cbor-diag
cargo install cddl
- name: xml2rfc
run: |
Expand Down

0 comments on commit c4f0a0e

Please # to comment.