Skip to content

Commit

Permalink
Switch autodocs action to use VM instead of container
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Anderson committed Aug 19, 2021
1 parent 13fe181 commit e1d0d90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
build:
name: Autodocumentation
runs-on: ubuntu-latest
container:
image: nasafprime/fprime-base:latest
steps:
- name: checkout
uses: actions/checkout@v2.0.0
with:
fetch-depth: 5
- name: Install fprime tools
run: pip3 install fprime-tools fprime-gds
- name: Setup Dependencies
run: sudo apt-get install valgrind
- name: Autodocs
run: .github/actions/autodoc.bash

0 comments on commit e1d0d90

Please sign in to comment.