Skip to content

Commit

Permalink
azure-pipelines: Install bison
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Aug 6, 2019
1 parent c46bd9a commit 5a95733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pool:
steps:
- script: |
echo "CPUS='$CPUS' PLATFORMS='$PLATFORMS' TARGETS='$TARGETS' FIRMWARE='$FIRMWARE'"
sudo apt-get install bc flex
sudo apt-get install bc bison flex
./.travis/setup.sh
displayName: Setup
env:
Expand Down

0 comments on commit 5a95733

Please sign in to comment.