This commit is contained in:
Nadia Holmquist Pedersen 2024-02-01 21:45:08 +01:00
parent 299898d7e7
commit f609236d5c
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ jobs:
steps:
- name: Prepare system
shell: bash
run: |
dpkg --add-architecture arm64
sh -c "sed \"s|^deb \([a-z\.:/]*\) \([a-z\-]*\) \(.*\)$|deb [arch=amd64] \1 \2 \3\ndeb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports \2 \3|\" /etc/apt/sources.list > /etc/apt/sources.list.new"