Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
Force67 committed Nov 27, 2024
1 parent 0ae4a9c commit 8883b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
repository: aki-language/aki
ref: devel
submodules: 'recursive'
clean: true
token: ${{ secrets.GH_TOKEN }}
path: "projects/aki"

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8883b84

Please sign in to comment.