We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e912c40 commit 5c5fe4fCopy full SHA for 5c5fe4f
1 file changed
.github/workflows/ci.yml
@@ -80,6 +80,12 @@ jobs:
80
set -ex
81
sudo apt-get update
82
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi{,hf} libelf-dev u-boot-tools
83
+ # TODO: This is a temporary workaround, need to streamline key handling
84
+ - name: Fake SSH keys to pass builds
85
+ run: |
86
+ mkdir ~/.ssh && touch ~/.ssh/cpu_rsa.pub
87
+ touch mainboards/tyan7106/key.pub
88
+ touch mainboards/tyan7106/ssh_host_rsa_key
89
# Runs a set of commands using the runners shell
90
- name: Make ${{ matrix.mainboard }} kernel
91
run: |
0 commit comments