File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525 permissions :
2626 contents : write # for softprops/action-gh-release to create GitHub release
2727 # The type of runner that the job will run on
28- runs-on : ubuntu-latest
28+ # runs-on: ubuntu-latest
29+ runs-on : ubuntu-24.04
2930
3031 # Steps represent a sequence of tasks that will be executed as part of the job
3132 steps :
6970 sudo dpkg --add-architecture armhf
7071 sudo dpkg --add-architecture arm64
7172 sudo apt update
72- sudo apt install ccache libssl3:armhf libssl3:arm64 libssl-dev:armhf libssl-dev:arm64 u-boot-tools python3-mako debhelper fakeroot gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu make device-tree-compiler libncurses5-dev libelf-dev
73+ sudo apt install ccache libssl-dev:armhf libssl-dev:arm64 u-boot-tools python3-mako debhelper fakeroot gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu make device-tree-compiler libncurses5-dev libelf-dev
7374
7475 - name : Generate Changelog
7576 run : |
You can’t perform that action at this time.
0 commit comments