File tree Expand file tree Collapse file tree
helpers/self-hosted-runner-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 && out=$(mktemp) && wget -nv -O$out https://cli.github.com/packages/githubcli-archive-keyring.gpg \
1212 && cat $out | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null \
1313 && chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \
14- && 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
14+ && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
1515 - name : Install apt packages
1616 shell : bash
1717 run : |
You can’t perform that action at this time.
0 commit comments