mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Fix git not working
This commit is contained in:
parent
b56deb2a59
commit
a794c64424
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
- name: Setup environment
|
||||||
|
run: git config --global safe.directory '*'
|
||||||
- name: Build NAND Title Manager
|
- name: Build NAND Title Manager
|
||||||
run: make
|
run: make
|
||||||
- name: Publish build to GH Actions
|
- name: Publish build to GH Actions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user