From 588ea415dd356e9cc4a8022d4ff545db8a688bf9 Mon Sep 17 00:00:00 2001 From: Cameron Taylor <cameron.taylor.ninja@gmail.com> Date: Tue, 20 Sep 2022 16:41:28 -0400 Subject: [PATCH] added times for compile --- .github/workflows/build-shit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index e3837a6ea..fdbfe6d32 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -30,7 +30,7 @@ jobs: - uses: ./.github/actions/setup-haxeshit - name: Build game? run: | - haxelib run lime build html5 -debug + haxelib run lime build html5 -debug --times ls - uses: ./.github/actions/upload-itch with: @@ -46,7 +46,7 @@ jobs: - uses: ./.github/actions/setup-haxeshit - name: Build game run: | - haxelib run lime build windows -debug + haxelib run lime build windows -debug --times dir - uses: ./.github/actions/upload-itch with: @@ -62,7 +62,7 @@ jobs: - uses: ./.github/actions/setup-haxeshit - name: Build game? run: | - haxelib run lime build mac -debug + haxelib run lime build mac -debug --times ls - uses: ./.github/actions/upload-itch with: @@ -81,7 +81,7 @@ jobs: haxelib run lime setup linux - name: Build game? run: | - haxelib run lime build linux -debug + haxelib run lime build linux -debug --times ls - uses: ./.github/actions/upload-itch with: