Skip to content

Commit

Permalink
Remove work-around microsoft-prod missing signature (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Apr 24, 2024
1 parent c7a1e9e commit fe57cd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/actions/ci-checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ runs:
- if: inputs.use-cache == 'true'
name: Restore the cache
uses: ./.github/actions/ci-cache
# TODO(https://github.com/microsoft/linux-package-repositories/issues/130): Remove when fixed.
- run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list
shell: bash
- run: sudo apt-get update
shell: bash
- run: ./scripts/setup.sh
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# TODO(https://github.com/microsoft/linux-package-repositories/issues/130): Remove when fixed.
- run: sudo rm /etc/apt/sources.list.d/microsoft-prod.list
- run: sudo apt-get update
- run: ./scripts/setup.sh
- run: ./scripts/pages.sh

0 comments on commit fe57cd1

Please sign in to comment.