Skip to content

Commit

Permalink
Try remove old manual libssh install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 25, 2024
1 parent 1ed141d commit 43c16b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Install libssh
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libssh-dev
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Install libssh
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libssh-dev
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install libssh
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libssh-dev
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit 43c16b6

Please sign in to comment.