Skip to content

Commit

Permalink
Fix apt does not have a stable CLI interface #180
Browse files Browse the repository at this point in the history
  • Loading branch information
TasneemNatshah committed Feb 11, 2025
1 parent 7dcebd1 commit af9e429
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
steps:
- name: Install/Update Google Chrome browser
run: |
sudo apt clean *
sudo apt update
sudo apt install libu2f-udev
sudo apt-get install libappindicator1 fonts-liberation libgbm1 libgtk-3-0 xdg-utils
sudo apt-get install libappindicator3-1 fonts-liberation libgbm1 libgtk-3-0 xdg-utils
export CHROME_BIN=/usr/bin/google-chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
Expand Down

0 comments on commit af9e429

Please sign in to comment.