Skip to content

Commit

Permalink
setup-environment/action.yml: install socat
Browse files Browse the repository at this point in the history
We need socat to connect to the qmp socket.

Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
  • Loading branch information
rouming authored and uncleDecart committed Jul 30, 2024
1 parent 67c7257 commit f41c49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- name: Install Packages
run: |
sudo add-apt-repository ppa:stefanberger/swtpm-jammy
sudo apt install -y qemu-utils qemu-system-x86 jq swtpm util-linux
sudo apt install -y qemu-utils qemu-system-x86 jq swtpm util-linux socat
shell: bash
- name: Build tests
run: |
Expand Down

0 comments on commit f41c49b

Please sign in to comment.