ci: configure clamd anti-virus/malware daemon

This commit is contained in:
sebthom
2024-03-11 00:13:50 +01:00
parent 61f362afb4
commit f943078d44

View File

@@ -76,6 +76,10 @@ jobs:
uses: actions/checkout@v4 # https://github.com/actions/checkout 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 - name: Configure Fast APT Mirror
uses: vegardit/fast-apt-mirror.sh@v1 uses: vegardit/fast-apt-mirror.sh@v1
@@ -90,7 +94,7 @@ jobs:
fi 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 uses: pdm-project/setup-pdm@v4
with: with:
python-version: "${{ matrix.PYTHON_VERSION }}" python-version: "${{ matrix.PYTHON_VERSION }}"