Skip to content

Commit

Permalink
Temporary workaround for broken microsoft ubuntu repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Apr 24, 2024
1 parent e0b58c3 commit 8b5c07c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ jobs:
- name: Install additional OS dependencies
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get -y install \
bluez \
ffmpeg \
Expand Down Expand Up @@ -694,7 +694,7 @@ jobs:
steps:
- name: Install additional OS dependencies
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get -y install \
bluez \
ffmpeg \
Expand Down Expand Up @@ -754,7 +754,7 @@ jobs:
steps:
- name: Install additional OS dependencies
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get -y install \
bluez \
ffmpeg \
Expand Down Expand Up @@ -869,7 +869,7 @@ jobs:
steps:
- name: Install additional OS dependencies
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get -y install \
bluez \
ffmpeg \
Expand Down Expand Up @@ -991,7 +991,7 @@ jobs:
steps:
- name: Install additional OS dependencies
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get -y install \
bluez \
ffmpeg \
Expand Down Expand Up @@ -1132,7 +1132,7 @@ jobs:
steps:
- name: Install additional OS dependencies
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get -y install \
bluez \
ffmpeg \
Expand Down

0 comments on commit 8b5c07c

Please sign in to comment.