diff --git a/.github/workflows/pristine.yml b/.github/workflows/pristine.yml index 3131032..889789e 100644 --- a/.github/workflows/pristine.yml +++ b/.github/workflows/pristine.yml @@ -20,18 +20,13 @@ jobs: apt update apt-get install software-properties-common -y add-apt-repository ppa:git-core/ppa - # apt-get install wget -y apt update - name: "Install GH CLI" run: | mkdir -p -m 755 /etc/apt/keyrings - apt-get install wget -y wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null - apt-get install software-properties-common - add-apt-repository ppa:git-core/ppa - apt update apt install gh -y apt show gh - name: "Print git --version"