mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
start clamav before checkout
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -79,14 +79,14 @@ jobs:
|
|||||||
uses: vegardit/fast-apt-mirror.sh@v1
|
uses: vegardit/fast-apt-mirror.sh@v1
|
||||||
|
|
||||||
|
|
||||||
- name: Git checkout
|
|
||||||
uses: actions/checkout@v4 # https://github.com/actions/checkout
|
|
||||||
|
|
||||||
|
|
||||||
- name: Start ClamAV daemon clamd
|
- name: Start ClamAV daemon clamd
|
||||||
uses: toblux/start-clamd-github-action@v0.2
|
uses: toblux/start-clamd-github-action@v0.2
|
||||||
|
|
||||||
|
|
||||||
|
- name: Git checkout
|
||||||
|
uses: actions/checkout@v4 # https://github.com/actions/checkout
|
||||||
|
|
||||||
|
|
||||||
- name: "Install: Chromium Browser"
|
- name: "Install: Chromium Browser"
|
||||||
if: env.ACT == 'true' && startsWith(matrix.os, 'ubuntu')
|
if: env.ACT == 'true' && startsWith(matrix.os, 'ubuntu')
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user