From ccf7dd091cbb7f0bd15292901bad58cbe6cceaff Mon Sep 17 00:00:00 2001 From: Logiar Date: Sat, 7 Dec 2024 21:24:53 +0000 Subject: [PATCH] revert dafef2c099a8eec31a812f4ae2e99908869f8890 revert Timings for solutions. --- .github/workflows/solve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solve.yaml b/.github/workflows/solve.yaml index a36b6d3..051a62d 100644 --- a/.github/workflows/solve.yaml +++ b/.github/workflows/solve.yaml @@ -54,7 +54,7 @@ jobs: continue fi echo "Running $script with input from $dayname" | tee -a solutions-output.txt - echo -n "$input_var" | time kotlin $script 2>&1 | tee -a solutions-output.txt + echo -n "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt done - name: Upload Solutions Output uses: actions/upload-artifact@v3