Skip to content

Commit

Permalink
Merge pull request #2841 from reubenmiller/ci-revert-ms-repo-workaround
Browse files Browse the repository at this point in the history
ci: remove workaround since the upstream microsoft repo has been resolved
  • Loading branch information
reubenmiller authored Apr 24, 2024
2 parents cc1ac3a + fc1da52 commit 4fd585a
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 4fd585a

Please sign in to comment.