File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 - name : Enable Multi Arch Support
2020 run : |
21+ sudo tee /etc/apt/sources.list.d/multi-arch.list << EOL
22+ deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs) main restricted
23+ deb http://archive.ubuntu.com/ubuntu $(lsb_release -cs)-updates main restricted
24+ deb [arch=armhf,arm64] http://ports.ubuntu.com/ubuntu-ports $(lsb_release -cs) main restricted
25+ deb [arch=armhf,arm64] http://ports.ubuntu.com/ubuntu-ports $(lsb_release -cs)-updates main restricted
26+ deb [arch=armhf,arm64] http://ports.ubuntu.com/ubuntu-ports $(lsb_release -cs)-security main restricted
27+ EOL
28+
29+
30+
2131 sudo dpkg --add-architecture armhf # for ARM32
2232 sudo dpkg --add-architecture arm64 # for ARM64
23- sudo apt-get update
33+ sudo apt-get update --fix-missing
2434 - name : Install ARM Freetype
2535 run : |
2636 if [ "${{ matrix.arch }}" = "arm32" ]; then
You can’t perform that action at this time.
0 commit comments