Skip to content

Commit

Permalink
comment chown in CI because that only applies to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Apr 24, 2024
1 parent 36cf826 commit bfc4dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# image: docker://nrel/openstudio:3.7.0
steps:
- uses: actions/checkout@v4
- name: Change Owner of Container Working Directory
# - name: Change Owner of Container Working Directory
# working dir permissions workaround from https://github.com/actions/runner-images/issues/6775#issuecomment-1377299658
run: chown root:root .
# run: chown root:root .
- name: Install Ruby dependencies
run: |
ruby --version
Expand Down

0 comments on commit bfc4dd5

Please sign in to comment.