Skip to content

Commit

Permalink
Merge pull request #885 from jannic/fix-workflow
Browse files Browse the repository at this point in the history
Install picotool from debian/unstable instead of testing
  • Loading branch information
thejpster authored Jan 8, 2025
2 parents 3c8e39c + c690796 commit 2deb017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rp2040_hal_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install picotool
run: |
sudo apt-get install -y debian-archive-keyring
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian testing main contrib non-free' >/etc/apt/sources.list.d/debian.list"
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"
sudo apt-get update
sudo apt-get install -y libxml2-utils picotool
- name: Test picotool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rp235x_hal_examples_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install picotool
run: |
sudo apt-get install -y debian-archive-keyring
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian testing main contrib non-free' >/etc/apt/sources.list.d/debian.list"
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"
sudo apt-get update
sudo apt-get install -y libxml2-utils picotool
- name: Test picotool
Expand Down

0 comments on commit 2deb017

Please sign in to comment.