From bfc4dd50ce59b54425bda335148a585105cd79f6 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 24 Apr 2024 15:51:04 -0600 Subject: [PATCH] comment chown in CI because that only applies to containers --- .github/workflows/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index dc243392..598622b0 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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