Skip to content

Commit

Permalink
Workflow bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Jul 5, 2021
1 parent 1c27451 commit b627109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:

# Dependencies
- name: Change Apt repository
run: sudo sed -i 's|deb http://azure.archive.ubuntu.com/ubuntu/|deb [arch=amd64] http://archive.ubuntu.com/ubuntu/|'
run: sudo sed -i 's|deb http://azure.archive.ubuntu.com/ubuntu/|deb [arch=amd64] http://archive.ubuntu.com/ubuntu/|' /etc/apt/sources.list
- name: Add ARM repos
run: |
tee -a /etc/apt/sources.list.d/arm.list1 <<EOF
sudo tee -a /etc/apt/sources.list.d/arm.list1 <<EOF
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports focal main restricted
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports focal universe
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:

# Dependencies
- name: Change Apt repository
run: sudo sed -i 's|deb http://azure.archive.ubuntu.com/ubuntu/|deb [arch=amd64] http://archive.ubuntu.com/ubuntu/|'
run: sudo sed -i 's|deb http://azure.archive.ubuntu.com/ubuntu/|deb [arch=amd64] http://archive.ubuntu.com/ubuntu/|' /etc/apt/sources.list
- name: Add ARM repos
run: |
tee -a /etc/apt/sources.list.d/arm.list1 <<EOF
sudo tee -a /etc/apt/sources.list.d/arm.list1 <<EOF
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports focal main restricted
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted
deb [arch=arm64,armhf] http://ports.ubuntu.com/ubuntu-ports focal universe
Expand Down

0 comments on commit b627109

Please sign in to comment.