From 12974285ad4bafa4ac9106b96c7b16c1a5a0b2ce Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 4 Apr 2024 19:00:38 +0200 Subject: [PATCH] start clamav before checkout --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1815ef8..161ae91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,14 +79,14 @@ jobs: uses: vegardit/fast-apt-mirror.sh@v1 - - name: Git checkout - uses: actions/checkout@v4 # https://github.com/actions/checkout - - - name: Start ClamAV daemon clamd uses: toblux/start-clamd-github-action@v0.2 + - name: Git checkout + uses: actions/checkout@v4 # https://github.com/actions/checkout + + - name: "Install: Chromium Browser" if: env.ACT == 'true' && startsWith(matrix.os, 'ubuntu') run: |