Skip to content

Commit

Permalink
fix: update linux-rk2410 header package URL
Browse files Browse the repository at this point in the history
6.1.84-1 was rebuilt, so hash is changed.

Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Dec 2, 2024
1 parent 5ec2a7d commit 06b49c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sudo apt install ./linux-headers-*.deb
;;
linux-rk2410)
wget https://github.com/radxa-pkg/linux-rk2410/releases/download/6.1.84-1/linux-headers-6.1.84-1-rk2410_6.1.84-1-697921484_arm64.deb
wget https://github.com/radxa-pkg/linux-rk2410/releases/download/6.1.84-1/linux-headers-6.1.84-1-rk2410_6.1.84-1-3bf163742_arm64.deb
sudo apt install ./linux-headers-*.deb
;;
esac
Expand Down

0 comments on commit 06b49c9

Please sign in to comment.