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:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v1
|
||||
- name: Setup environment
|
||||
run: git config --global safe.directory '*'
|
||||
- name: Build NAND Title Manager
|
||||
run: make
|
||||
- name: Publish build to GH Actions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user