Skip to content

Commit

Permalink
ci: remove workaround since the upstream microsoft repo has been reso…
Browse files Browse the repository at this point in the history
…lved

Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Apr 24, 2024
1 parent cc1ac3a commit fc1da52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ jobs:
steps:
- if: ${{ contains(matrix.host_os, 'ubuntu') }}
run: |
# WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update -y
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fc1da52

Please sign in to comment.