diff --git a/.github/workflows/on commit.yaml b/.github/workflows/on commit.yaml index a7a2d4bd..481e32b5 100644 --- a/.github/workflows/on commit.yaml +++ b/.github/workflows/on commit.yaml @@ -84,11 +84,10 @@ jobs: submodules: 'recursive' - name: Skip ubuntu - run: - echo "need workaround for mono anon pipes" - continue-on-error: true - if: ${{ false }} - + run: echo "need workaround for mono anon pipes" + continue-on-error: true + if: ${{ false }} + - name: apt-gen update run: sudo apt-get update