summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/c-cpp-dev.yml2
-rw-r--r--.github/workflows/c-cpp.yml2
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