Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Apr 26, 2024
1 parent 65b8968 commit 2026532
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,19 @@ jobs:
- uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0

- uses: r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02
if: matrix.os != 'macOS-latest' || matrix.version != '1.7'
with:
use-public-rspm: true
r-version: "4.3"

- uses: r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02
if: matrix.os == 'macOS-latest' && matrix.version == '1.7'
with:
use-public-rspm: true
r-version: "4.3"
env:
SETUP_R_ARCH: "x86_64"

- run: echo "LD_LIBRARY_PATH=$(R RHOME)/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
if: matrix.os == 'ubuntu-latest'

Expand Down

0 comments on commit 2026532

Please sign in to comment.