Skip to content

Commit

Permalink
Remove installation of several packages (#24)
Browse files Browse the repository at this point in the history
Those packages are already installed as part of the actions-runner dockerfile,
so there's no need to install them once again.

Co-authored-by: Shishir Joshi <shishir@Shishirs-MacBook-Pro.local>
Co-authored-by: Oleksii Kliukin <oleksii@timescale.com>
  • Loading branch information
3 people authored Nov 27, 2023
1 parent f8d9e6e commit 5f9fb1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup-git-ssh/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ runs:
steps:
- name: Add ssh key
run: |
sudo apt-get install git openssh-client gcc g++ -y
mkdir -p /home/runner/.ssh
cp ${{ inputs.ssh-key }} /home/runner/.ssh/id_rsa
sudo chmod 0600 /home/runner/.ssh/id_rsa
Expand Down

0 comments on commit 5f9fb1b

Please sign in to comment.