Skip to content

Commit

Permalink
Temporary fix for unsyncing version of Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellDash332 committed Oct 28, 2023
1 parent 625924c commit ca00862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pancake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
apt list --installed
sudo apt purge google-chrome-stable
sudo apt purge chromium-browser
sudo apt install -y chromium-browser=117.0.5938.92
sudo apt install -y chromium-browser
chromium-browser --version > version.txt
pip install -r requirements.txt
- name: Solve daily Waffle :)
run: python telegram.py 1
Expand Down

0 comments on commit ca00862

Please sign in to comment.