Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github actions workflow for build and test on linux #973

Merged
merged 7 commits into from
Apr 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add cache fallback restore-key temporarily
  • Loading branch information
toffaletti committed Apr 4, 2020
commit 8662ac29e0dfb8b66a0ea92ccbf37d0820a068d9
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -43,6 +43,8 @@ jobs:
with:
path: protobuf
key: ${{ runner.os }}-protobuf-${{ matrix.protobuf_gitref }}-${{ steps.protobuf-head.outputs.ref }}
restore-keys: |
${{ runner.os }}-protobuf-${{ matrix.protobuf_gitref }}
- name: Update and install dependencies
if: steps.cache-protobuf.outputs.cache-hit != 'true'
# dependencies from https://github.com/protocolbuffers/protobuf/blob/master/src/README.md