Fix git not working

This commit is contained in:
Pk11 2023-04-17 12:20:40 -05:00
parent b56deb2a59
commit a794c64424

View File

@ -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