Skip to content

Commit

Permalink
Use Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed Oct 26, 2021
1 parent 5034f5b commit f130578
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ on:
jobs:
doxygen:
runs-on: ubuntu-latest
container: maswag/monaa-test-env
strategy:
max-parallel: 4
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: install_dependencies
run: |
sudo pacman -Sy doxygen graphviz --noconfirm
- name: build_doxygen
run: |
mkdir -p /tmp/build && cd /tmp/build
Expand Down

0 comments on commit f130578

Please sign in to comment.