Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 3, 2025
1 parent 2f72ec7 commit 0c22f08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- {os: windows-latest, r: 'devel', rtools: '44'}
- {os: windows-latest, r: 'release', rtools: '44'}
- {os: windows-latest, r: 'oldrel', rtools: '43'}
- {os: ubuntu-latest, r: 'devel', rtools: '', opencl: 'true'}
- {os: ubuntu-latest, r: 'release', rtools: '', opencl: 'true'}
- {os: ubuntu-latest, r: 'oldrel', rtools: '', opencl: 'true'}
- {os: ubuntu-latest, r: 'devel', rtools: '', opencl: true}
- {os: ubuntu-latest, r: 'release', rtools: '', opencl: true}
- {os: ubuntu-latest, r: 'oldrel', rtools: '', opencl: true}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
brew install pocl
# Set LDLIBS_OPENCL environment variable
echo "LDLIBS_OPENCL=-L/opt/homebrew/opt/opencl-icd-loader/lib -lOpenCL" >> $GITHUB_ENV
echo "LDLIBS_OPENCL='-L/opt/homebrew/opt/opencl-icd-loader/lib'" >> $GITHUB_ENV
shell: bash

- name: Install cmdstan
Expand Down

0 comments on commit 0c22f08

Please sign in to comment.