Skip to content

Commit

Permalink
ci: Remove unstable microsoft Ubuntu mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
flihp committed Jan 24, 2024
1 parent 62d1651 commit 51fe1fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
# This repo is unstable and unnecessary:
# https://github.com/microsoft/linux-package-repositories/issues/34
- name: Disable packages.microsoft.com repo
run: sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
- run: sudo apt-get install -y pkg-config libudev-dev
- run: cargo test --all-features

0 comments on commit 51fe1fc

Please sign in to comment.