mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
ci: configure clamd anti-virus/malware daemon
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user