diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 10:19:50 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 10:19:50 +0200 |
| commit | d84a951e42b69a1c2665548fa5d5f621b91e51ec (patch) | |
| tree | 86dbd0e0d12162dfebafbd8a4086f1d297b05bdb /.github/workflows/c-cpp.yml | |
| parent | e5cfd9b4a9d352d6567b4afd4472ea8508b4da4d (diff) | |
fix: ci: finding a better solution for `nebuild`v0.0.1e3-release
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows/c-cpp.yml')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fa05646..9e7f7a1 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Packages - run: sudo apt update && sudo apt install build-essential && git clone https://github.com/nekernel-org/necti.git && cd necti && make && cd .. && cd dev/CompilerKit && nebuild ck-posix.json + run: sudo apt update && sudo apt install build-essential |
