ctubbsii commented on code in PR #2593:
URL: https://github.com/apache/thrift/pull/2593#discussion_r862294527
##########
.github/workflows/build.yml:
##########
@@ -1,35 +1,28 @@
-name: 'Build Thrift Compiler and Libraries'
+name: 'Build'
+
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
+
+env:
+ BUILD_DEPS: automake bison flex g++ git libboost-all-dev libevent-dev
libssl-dev libtool make pkg-config
Review Comment:
Clever! I didn't know about `env`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]