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 b627109 commit 3cd169d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
- uses: actions/checkout@v2

# Dependencies
- name: Change Apt repository
- name: Change Apt Azure repositories
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: Change Apt Security repositories
run: sudo sed -i 's|deb http://security.ubuntu.com/ubuntu|deb [arch=amd64] http://security.ubuntu.com/ubuntu|' /etc/apt/sources.list
- name: Add ARM repos
run: |
sudo tee -a /etc/apt/sources.list.d/arm.list1 <<EOF
Expand Down Expand Up @@ -81,8 +83,10 @@ jobs:
- uses: actions/checkout@v2

# Dependencies
- name: Change Apt repository
- name: Change Apt Azure repositories
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: Change Apt Security repositories
run: sudo sed -i 's|deb http://security.ubuntu.com/ubuntu|deb [arch=amd64] http://security.ubuntu.com/ubuntu|' /etc/apt/sources.list
- name: Add ARM repos
run: |
sudo tee -a /etc/apt/sources.list.d/arm.list1 <<EOF
Expand Down

0 comments on commit 3cd169d

Please sign in to comment.