Skip to content

Commit

Permalink
ci: disable installation of openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Feb 10, 2025
1 parent 0b75e11 commit b751370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ jobs:
## https://mac.r-project.org/bin/darwin17/x86_64/
## The path might need to be updated depending on the macOS version.
curl -O https://mac.r-project.org/bin/darwin20/arm64/openssl-3.3.2-darwin.20-arm64.tar.xz
tar -xvmpf openssl-3.3.2-darwin.20-arm64.tar.xz -C /
rm openssl-3.3.2-darwin.20-arm64.tar.xz
# curl -O https://mac.r-project.org/bin/darwin20/arm64/openssl-3.3.2-darwin.20-arm64.tar.xz
# tar -xvmpf openssl-3.3.2-darwin.20-arm64.tar.xz -C /
# rm openssl-3.3.2-darwin.20-arm64.tar.xz
- name: Install Windows system dependencies
if: runner.os == 'Windows'
Expand Down

0 comments on commit b751370

Please sign in to comment.