Skip to content

Commit

Permalink
add: sudo for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
kentakayama committed Sep 16, 2024
1 parent 684f014 commit ebfa385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: gem install cddl -v 0.10.3
- uses: actions/setup-python@v4
- run: python -m pip install cwt>=2.7.0
- run: apt-get update && apt-get install -y xxd
- run: sudo apt-get update && sudo apt-get install -y xxd
- name: Vaildate examples
run: make -C examples/ validate
- name: Upload *.suit files
Expand All @@ -37,7 +37,7 @@ jobs:
name: suit-encrypted-payloads
- name: Build parsers
run: |
apt-get install -y git make gcc libssl-dev
sudo apt-get install -y git make gcc libssl-dev
git clone --depth 1 https://github.com/laurencelundblade/QCBOR.git
make -C QCBOR install
git clone --depth 1 --branch dev https://github.com/laurencelundblade/t_cose.git
Expand Down

0 comments on commit ebfa385

Please sign in to comment.