Skip to content

Commit

Permalink
Updated if: expression in rworkflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Feb 29, 2024
1 parent e057658 commit 689af7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
rspm: ~
steps:
- name: Install Conda (macOS)
if: matrix.config.os == 'macOS-latest'
if: ${{ matrix.config.os == 'macOS-latest' }}
run: |
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh
bash ~/miniconda.sh -b -p $HOME/miniconda
Expand Down

0 comments on commit 689af7c

Please sign in to comment.