Skip to content

Commit

Permalink
Test macos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 4, 2025
1 parent eb6d500 commit cd00100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
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' -lOpenCL\"" >> $GITHUB_ENV
shell: bash

- name: Install cmdstan
Expand Down

0 comments on commit cd00100

Please sign in to comment.