Skip to content

Commit

Permalink
Remove SSH install as it's not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Jan 13, 2024
1 parent 77b7afc commit 74b82f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/z3dr/randotools:latest

steps:
- name: Install openssh
run: apt install openssh-client -y

- name: Checkout Project
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/create-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
image: ghcr.io/z3dr/randotools:latest

steps:
- name: Install OpenSSH
run: apt install openssh-client -y
- name: Checkout Project
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 74b82f4

Please sign in to comment.