diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 81cf4e4..beb8299 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -18,7 +18,7 @@ jobs: - name: Install required tools run: | sudo apt-get update - sudo apt-get install -y build-essential git cmake ninja-build flatbuffers-compiler cargo + sudo apt-get install -y build-essential git cmake ninja-build flatbuffers-compiler # Step to clone and build flatcc - name: Build flatcc