Skip to content

Commit 0aaf8de

Browse files
committed
Don't install libxml2-utils in CI pipeline
1 parent a152539 commit 0aaf8de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rp2040_hal_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get install -y debian-archive-keyring
1919
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian unstable main contrib non-free' >/etc/apt/sources.list.d/debian.list"
2020
sudo apt-get update
21-
sudo apt-get install -y libxml2-utils picotool
21+
sudo apt-get install -y picotool
2222
- name: Test picotool
2323
run: picotool info ${PACKAGE}/target/${TARGET}/debug/binary_info_demo -t elf -a | tee /dev/stderr | grep -q "rp2040-hal Binary Info Example"
2424
udeps:

.github/workflows/rp235x_hal_examples_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get install -y debian-archive-keyring
1919
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian unstable main contrib non-free' >/etc/apt/sources.list.d/debian.list"
2020
sudo apt-get update
21-
sudo apt-get install -y libxml2-utils picotool
21+
sudo apt-get install -y picotool
2222
- name: Test picotool
2323
run: picotool info ${PACKAGE}/target/${TARGET}/debug/binary_info_demo -t elf -a | tee /dev/stderr | grep -q RP2350
2424
udeps:

0 commit comments

Comments
 (0)