mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-22 14:52:54 +00:00
Debug
This commit is contained in:
parent
d36e119947
commit
96dfbf9a40
4
.github/workflows/autocompile.yml
vendored
4
.github/workflows/autocompile.yml
vendored
|
@ -14,7 +14,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Compile (make)
|
||||
run: make
|
||||
run: |
|
||||
find .
|
||||
make
|
||||
- name: Push compiled binary
|
||||
run: |
|
||||
git config --global user.name "Quatalog Compiler"
|
||||
|
|
Loading…
Reference in a new issue