diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 8c97fa2..a0bb8fa 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -16,7 +16,7 @@ jobs: - name: Install missing modules run: | apt-get update - apt-cache search ansible | grep selinux + apt-cache search ansible # - name: Check out repository code # uses: actions/checkout@v4 # with: