summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorMathieu Deous2021-11-01 18:41:19 +0100
committerMathieu Deous2021-11-02 10:47:00 +0100
commit9d71ece550aa30f29949febbc9f5fc4c717e3311 (patch)
tree0efe3e22512e1f04c0f2b0ff712292e98af8d8e7 /.github/workflows/test.yml
parentca20eb1d75f6f7ed346a83fc13d13f711c81a21e (diff)
run apt-get with sudomigrate-ci
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 583b794..6504d52 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,8 +15,8 @@ jobs:
15 15
16 - name: Install apt dependencies 16 - name: Install apt dependencies
17 run: | 17 run: |
18 apt-get update 18 sudo apt-get update
19 apt-get install -y devscripts fakeroot debhelper 19 sudo apt-get install -y devscripts fakeroot debhelper
20 20
21 - name: Install YARA 21 - name: Install YARA
22 run: | 22 run: |