Skip to content

Commit

Permalink
use apt install in auth ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Nov 30, 2024
1 parent 59c7199 commit ac09a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auth-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
sudo apt-get install -y wget
wget -O chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_126.0.6478.126-1_amd64.deb
sudo dpkg -i chrome.deb
sudo apt update && sudo apt install ./chrome.deb -y
rm chrome.deb
- name: Install dependencies
Expand Down

0 comments on commit ac09a9b

Please sign in to comment.