Skip to content

Commit

Permalink
Azure/Linux: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrogario authored and Smjert committed Aug 25, 2019
1 parent 09a56c1 commit b29568c
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 @@ -29,7 +29,7 @@ jobs:
steps:
# Temporary; this could be embedded in the Docker image, with the
# rest of the dependencies
- script: sudo apt-get update && sudo apt-get install flex bison -y
- script: sudo apt-get update && sudo apt-get install flex bison gcc -y
displayName: "Installing Flex and Bison"

- script: mkdir $(Build.BinariesDirectory)/build
Expand Down

0 comments on commit b29568c

Please sign in to comment.