From fcfd666e0a5154cdb13276103d9d7f8007e50d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Tue, 27 Aug 2024 11:56:28 +0200 Subject: [PATCH] Update ci.yml (#33) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684a285..0f6a8fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: | cd crystal crystal -v - crystal build hello.cr --release + crystal build hello.cr --release --static ( echo LANGUAGE=Crystal echo COMPILER=1.13.2 [879ec12]