Skip to content

Commit 342aa13

Browse files
orangecmsrminnich
authored andcommitted
CI: install gcc-riscv64-linux-gnu among dependencies
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 5c5fe4f commit 342aa13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
set -ex
8181
sudo apt-get update
82-
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi{,hf} libelf-dev u-boot-tools
82+
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi{,hf} gcc-riscv64-linux-gnu libelf-dev u-boot-tools
8383
# TODO: This is a temporary workaround, need to streamline key handling
8484
- name: Fake SSH keys to pass builds
8585
run: |

0 commit comments

Comments
 (0)