diff --git a/.gitea/workflows/run_build.yaml b/.gitea/workflows/run_build.yaml index cdccda6..e3772b9 100644 --- a/.gitea/workflows/run_build.yaml +++ b/.gitea/workflows/run_build.yaml @@ -41,15 +41,3 @@ jobs: run: cmake . - name: Build run: cmake --build . - run-build-debian: - container: - image: debian:bookworm - steps: - - name: Install dependencies - run: apt update && apt install --no-install-recommends -y build-essential cmake libsdl2-dev libexiv2-dev mesa-utils nodejs ca-certificates git - - name: Check out repository code - uses: actions/checkout@v4 - - name: Generate build files - run: cmake . - - name: Build - run: cmake --build .