Skip to content

Commit

Permalink
chown no longer necessary on macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed May 26, 2024
1 parent b9cd177 commit ac69794
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 @@ -57,7 +57,7 @@ jobs:
needs: check

- name: Fix Conda permissions on macOS
if: runner.os == 'macOS'
if: runner.os == 'macOS-setaside'
run: sudo chown -R $UID $CONDA

- name: Install fafbseg + python
Expand Down

0 comments on commit ac69794

Please sign in to comment.