diff options
| author | adamjanovsky | 2023-11-24 17:32:38 +0100 |
|---|---|---|
| committer | adamjanovsky | 2023-11-24 17:32:38 +0100 |
| commit | 7b44fd94d0bac07747de8e192bafcfee58ed7118 (patch) | |
| tree | 938696a6becd7e438372580a2bb91375ca01f2cb | |
| parent | dfacf2056bababd41e3c846832899c57912c95ea (diff) | |
| download | sec-certs-7b44fd94d0bac07747de8e192bafcfee58ed7118.tar.gz sec-certs-7b44fd94d0bac07747de8e192bafcfee58ed7118.tar.zst sec-certs-7b44fd94d0bac07747de8e192bafcfee58ed7118.zip | |
apt-get update on docs
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a95609dd..038c9eeb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,6 +14,8 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" + - name: apt-get update + run: sudo apt-get update - name: Install external dependencies run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y - name: Install sec-certs and deps |
