File tree 3 files changed +20
-0
lines changed 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 53
53
with :
54
54
path : ${{ github.workspace }}/pi_image_3.img.xz
55
55
key : ${{ runner.os }}-pi_image_3.img.xz-v1
56
+
57
+ # Troubleshooting based on copilot suggestions
58
+ - name : Install host dependencies
59
+ run : |
60
+ sudo apt update
61
+ sudo apt install build-essential gcc g++ make libsndfile1 libportaudio2 libarmadillo-dev qemu qemu-user-static qemu-system-arm
62
+
56
63
- name : Test chroot installation
57
64
uses : pguyot/arm-runner-action@v2
58
65
with :
87
94
with :
88
95
path : ${{ github.workspace }}/pi_image_3.img.xz
89
96
key : ${{ runner.os }}-pi_image_3.img.xz-v1
97
+
98
+ # Troubleshooting based on copilot suggestions
99
+ - name : Install host dependencies
100
+ run : |
101
+ sudo apt update
102
+ sudo apt install build-essential gcc g++ make libsndfile1 libportaudio2 libarmadillo-dev qemu qemu-user-static qemu-system-arm
103
+
90
104
- name : Test chroot installation
91
105
uses : pguyot/arm-runner-action@v2
92
106
with :
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ echo "deb http://forslund.github.io/mycroft-desktop-repo bionic main" | tee /etc
39
39
apt update
40
40
apt install -y sox gcc libfann-dev swig libssl-dev portaudio19-dev git libpulse-dev mimic espeak-ng g++ libjpeg-dev make || exit 1
41
41
42
+ # Troubleshooting based on copilot suggestions
43
+ sudo apt install build-essential gcc g++ make libsndfile1 libportaudio2 libarmadillo-dev qemu qemu-user-static qemu-system-arm
44
+
42
45
cd /core || exit 10
43
46
python3.10 -m venv " /core/venv" || exit 11
44
47
. /core/venv/bin/activate
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ echo "deb http://forslund.github.io/mycroft-desktop-repo bionic main" | tee /etc
39
39
apt update
40
40
apt install -y sox gcc libfann-dev swig libssl-dev portaudio19-dev git libpulse-dev mimic espeak-ng g++ libjpeg-dev make python3.11-dev python3.11-venv || exit 1
41
41
42
+ # Troubleshooting based on copilot suggestions
43
+ sudo apt install build-essential gcc g++ make libsndfile1 libportaudio2 libarmadillo-dev qemu qemu-user-static qemu-system-arm
44
+
42
45
cd /core || exit 10
43
46
python3.11 -m venv " /core/venv" || exit 11
44
47
. /core/venv/bin/activate
You can’t perform that action at this time.
0 commit comments