mirror of
https://github.com/MontFerret/ferret.git
synced 2025-03-17 21:18:37 +02:00
Debug
This commit is contained in:
parent
36a6c5682b
commit
b89a6a7202
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -51,7 +51,9 @@ jobs:
|
||||
if [[ $(git diff) != '' ]]; then echo 'Invalid formatting!' >&2; exit 1; fi
|
||||
|
||||
- name: Generate
|
||||
run: make generate
|
||||
run: |
|
||||
ls -la
|
||||
make generate
|
||||
|
||||
- name: Compile
|
||||
run: make compile
|
||||
|
Loading…
x
Reference in New Issue
Block a user