Update main.yml

This commit is contained in:
Cekis
2021-06-20 12:00:44 -07:00
committed by GitHub
parent 3a45f0943b
commit 06df64c7a6

View File

@@ -35,4 +35,4 @@ jobs:
# Runs a single command using the runners shell
- name: Compile C code
run: ant -Dbasedir=. build_src
run: ant -buildfile src/build.xml -Dbasedir=. build_src