Skip to content

Commit

Permalink
Remove bad PPA in main doc build workflow (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Apr 24, 2024
1 parent 8180375 commit a7296b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_main_documentation.yml
Expand Up @@ -137,6 +137,8 @@ jobs:
run: |
cd optimum-furiosa
pip install .
sudo apt install software-properties-common
sudo add-apt-repository --remove https://packages.microsoft.com/ubuntu/22.04/prod
sudo apt update
sudo apt install -y ca-certificates apt-transport-https gnupg
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 5F03AFA423A751913F249259814F888B20B09A7E
Expand Down

0 comments on commit a7296b4

Please sign in to comment.