diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 44f0a0e0..41f72cd5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: cd ../.. displayName: 'PreCompile' - script: | - ./3rd/luamake/luamake.exe rebuild + 3rd/luamake/luamake.exe rebuild displayName: 'Compile' - job: macos |