mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Try a different workaround for git revision issue
This commit is contained in:
1
.github/workflows/library_shared.yml
vendored
1
.github/workflows/library_shared.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Workaround bug with checkout in actions
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
run: |
|
||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
|
||||
|
||||
1
.github/workflows/python_cibuildwheel.yml
vendored
1
.github/workflows/python_cibuildwheel.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Workaround bug with checkout in actions
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
run: |
|
||||
git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user