Fully remove .gitea Chrome dep

This commit is contained in:
sto 2025-03-23 13:40:14 +01:00
parent 14be4a32e6
commit f8bfb020bc

View File

@ -58,16 +58,7 @@ jobs:
steps: steps:
- name: Install packages - name: Install packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config software-properties-common apt-transport-https ca-certificates run: sudo apt-get update && sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config
#- name: Import Chrome GPG key
# run: curl -fSsL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg >> /dev/null
#- name: Import Chrome APT repository
# run: echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list
#- name: Install Chrome
# run: sudo apt update && sudo apt install google-chrome-stable
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4