Remove moxygen install from workflow.

This commit is contained in:
Nick Brassel 2023-05-01 17:25:53 +10:00
parent 6e2d02852c
commit d154237847
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 16
@ -35,7 +35,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update && apt-get install -y rsync nodejs npm doxygen apt-get update && apt-get install -y rsync nodejs npm doxygen
npm install -g moxygen
- name: Build doxygen docs - name: Build doxygen docs
run: | run: |