Skip to content

Commit

Permalink
fix pandoc installation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jul 20, 2022
1 parent 9f5bc2a commit 52fb209
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,11 @@ jobs:
executor: go
steps:
- checkout
- run: sudo apt-get install pandoc
- run:
name: Install pandoc
command: |
sudo apt-get update
sudo apt-get install pandoc
- gomod
- run: go run main.go usage
- store_artifacts:
Expand Down

0 comments on commit 52fb209

Please sign in to comment.