aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-05-24 07:20:40 -0400
committerGitHub <noreply@github.com>2022-05-24 07:20:40 -0400
commiteebd682221bf529ba8c2bdd9a206fb32cfc2a8c9 (patch)
treea20274a8d81ed223b3290bf3142c0300208bae38
parentd7e45ee4b9856dd74289c0ff261fc0f946f4885f (diff)
parente9f8a478fcc424c05d42ecf8acd753f2a023b134 (diff)
downloadrneovim-eebd682221bf529ba8c2bdd9a206fb32cfc2a8c9.tar.gz
rneovim-eebd682221bf529ba8c2bdd9a206fb32cfc2a8c9.tar.bz2
rneovim-eebd682221bf529ba8c2bdd9a206fb32cfc2a8c9.zip
Merge pull request #18728 from dundargoc/ci/api/upgrade-to-ubuntu-22
ci(api-docs): upgrade to ubuntu 22 and remove conda dependency
-rw-r--r--.github/workflows/api-docs.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml
index 8757c4e52c..52f312c75f 100644
--- a/.github/workflows/api-docs.yml
+++ b/.github/workflows/api-docs.yml
@@ -21,7 +21,7 @@ on:
jobs:
regen-api-docs:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
@@ -38,9 +38,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
- sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y python3 luajit
- conda install -c conda-forge doxygen=1.9.2 msgpack-python
- echo "$CONDA/bin" >> $GITHUB_PATH
+ sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y doxygen python3 python3-msgpack luajit
- name: Setup git config
run: |