diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d646e37..7598358 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,10 @@ jobs: uses: actions/checkout@v4 # https://github.com/actions/checkout + - name: Start ClamAV daemon clamd + uses: toblux/start-clamd-github-action@v0.1 + + - name: Configure Fast APT Mirror uses: vegardit/fast-apt-mirror.sh@v1 @@ -90,7 +94,7 @@ jobs: fi - - name: "Install Python and PDM" # https://github.com/pdm-project/setup-pdm + - name: "Install Python and PDM" # https://github.com/pdm-project/setup-pdm uses: pdm-project/setup-pdm@v4 with: python-version: "${{ matrix.PYTHON_VERSION }}"