Skip to content

Commit

Permalink
add jq to systemd test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Sep 21, 2023
1 parent 63a9b74 commit 8cd62e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ jobs:
run: |
# This is a temporary shortcut to speedup ci development circles
wget -O babylonnode https://github.com/radixdlt/babylon-nodecli/releases/download/2.0.0/babylonnode-ubuntu-22.04
sudo apt-get update
sudo apt-get install -y jq
chmod +x ./babylonnode
# Expect dependencies to be installed before. Since the command is interactive
# ./babylonnode systemd dependencies
Expand Down

0 comments on commit 8cd62e0

Please sign in to comment.