Skip to content

Add in workaround for compiling on aarch64. #36

Add in workaround for compiling on aarch64.

Add in workaround for compiling on aarch64. #36

Workflow file for this run

name: doxygen-build-only
on:
workflow_dispatch:
pull_request:
branches: [ devel ]
jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: mattnotmitt/doxygen-action@v1
with:
working-directory: "doc/"
doxyfile-path: "./doxy.conf"