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 | |
| parent | e5cfd9b4a9d352d6567b4afd4472ea8508b4da4d (diff) | |
fix: ci: finding a better solution for `nebuild`v0.0.1e3-release
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/c-cpp-dev.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp-dev.yml b/.github/workflows/c-cpp-dev.yml index c9d40c7..0dad725 100644 --- a/.github/workflows/c-cpp-dev.yml +++ b/.github/workflows/c-cpp-dev.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 && cd necti && make build-nebuild && cd .. && cd dev/CompilerKit && nebuild ck-posix.json + run: sudo apt update && sudo apt install build-essential 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 |
