diff options
Diffstat (limited to '.github/workflows/c-cpp-dev.yml')
| -rw-r--r-- | .github/workflows/c-cpp-dev.yml | 2 |
1 files changed, 1 insertions, 1 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 |
