From 8883b84d47a953fee507af15ce1d6608fe6b8c07 Mon Sep 17 00:00:00 2001 From: Vincent Hengel Date: Wed, 27 Nov 2024 20:24:21 +0100 Subject: [PATCH] why --- .github/workflows/build.yml | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1b9f19..c749160 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,7 @@ jobs: repository: aki-language/aki ref: devel submodules: 'recursive' + clean: true token: ${{ secrets.GH_TOKEN }} path: "projects/aki" diff --git a/readme.md b/readme.md index 1746e2d..e6c60d8 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Aki is a statically-typed programming language that transpiles to C and C++, ena - **Readability**: Clean, intuitive syntax - **Performance**: Efficient compilation to native code - **Portability**: Runs anywhere C/C++ is supported -a + ## Current State - ✅ Transpiler: Available