diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 89b956b..78cc504 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -10,6 +10,10 @@ jobs: steps: - name: Check out the code uses: actions/checkout@v4 + - name: Install the toolchain + run: | + sudo apt-get update + sudo apt-get -y install cmake - name: Set up the build environment run: cmake . - name: Compile the code