aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLéo Vansimay2021-04-21 10:34:08 +0200
committerGitHub2021-04-21 10:34:08 +0200
commit5a9841c2668a6e09617b6d20fe07a822cc18042d (patch)
treed5690c2f69713c7e4281e3933a8a02e30f7ff141 /.github/workflows
parent11078d51591f5a9ce344915e8178fede502f6dfe (diff)
downloadsec-certs-5a9841c2668a6e09617b6d20fe07a822cc18042d.tar.gz
sec-certs-5a9841c2668a6e09617b6d20fe07a822cc18042d.tar.zst
sec-certs-5a9841c2668a6e09617b6d20fe07a822cc18042d.zip
Update GA_CI.yml
sudo might be needed to install an apt package
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/GA_CI.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/GA_CI.yml b/.github/workflows/GA_CI.yml
index 25f9c7b8..e26b2562 100644
--- a/.github/workflows/GA_CI.yml
+++ b/.github/workflows/GA_CI.yml
@@ -6,7 +6,7 @@ jobs:
run-test:
runs-on: ubuntu-latest
steps:
- - run: apt-get install poppler-utils
+ - run: sudo apt-get install poppler-utils
- uses: actions/checkout@v2
- name : Setup python
uses: actions/setup-python@v2