Skip to content

Commit

Permalink
try setting conda subdir for macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Aug 1, 2024
1 parent d870c61 commit 5caafde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/r-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
- name: Install wget
if: ${{ matrix.os == 'windows-latest' }}
run: choco install wget

- name: Set conda platform
if: ${{ matrix.os == 'macos-14' }}
env:
CONDA_SUBDIR: osx-64
- name: Create conda environment
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 5caafde

Please sign in to comment.