Skip to content

Commit

Permalink
GHA: pin flatbuffer to the same revision as the dependency
Browse files Browse the repository at this point in the history
This pins the flatc build to the same revision that will be used in the
build of firebase.
  • Loading branch information
compnerd committed Nov 16, 2023
1 parent c6a696c commit d76bbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 1
path: ${{ github.workspace }}/SourceCache/flatbuffers
ref: master
ref: 99aa1ef21dd9dc3f9d4fb0eb82f4b59d0bb5e4c5
repository: google/flatbuffers

- uses: actions/checkout@v3
Expand Down

0 comments on commit d76bbd4

Please sign in to comment.