Skip to content

Commit

Permalink
another attempt at setting the safe.directory properly
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Oct 11, 2023
1 parent 0c6fca9 commit 68cea05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
image: docker://nrel/openstudio:3.6.1
steps:
- uses: actions/checkout@v4
# with:
# set-safe-directory: '/urbanopt-cli/urbanopt-cli'
- name: Change Owner of Container Working Directory
# git ownership workaround from https://github.com/actions/runner-images/issues/6775#issuecomment-1377299658
run: chown root:root .
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 68cea05

Please sign in to comment.