diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index ecfd32f..35e8aae 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -9,7 +9,6 @@ defaults: jobs: build-oci-image: runs-on: ubuntu-latest - continue-on-error: true steps: - name: Restore git cache uses: actions/cache@v4 @@ -123,7 +122,7 @@ jobs: fuzz: runs-on: brutalisk - timeout-minutes: 10 + timeout: 10m env: CC: 'clang' CXX: 'clang++'