mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
work around CVE-2022-24765
This commit is contained in:
parent
81b27b7f16
commit
8019563072
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Work around CVE-2022-24765
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- name: Compile starter-project app
|
||||
run: make
|
||||
working-directory: 'apps/starter-project'
|
||||
|
|
Loading…
Reference in a new issue