Skip to content

Commit

Permalink
Fix switch to 21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Jan 11, 2024
1 parent 7f6aed3 commit be03778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ProtoBuf CI Builds

env:
PROTOBUF_VERSION: 21.12
PROTOBUF_VARIANT:
PROTOBUF_VARIANT: -all

on:
push:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Download ProtoBuf ${{ env.PROTOBUF_VERSION }}
if: steps.cache-depends.outputs.cache-hit != 'true'
run: curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSION.tar.gz && tar xzvf protobuf-all-$PROTOBUF_VERSION.tar.gz
run: curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v${{env.PROTOBUF_VERSION}}/protobuf${{env.PROTOBUF_VARIANT}}-${{env.PROTOBUF_VERSION}}.tar.gz && tar xzvf protobuf${{env.PROTOBUF_VARIANT}}-${{env.PROTOBUF_VERSION}}.tar.gz

- name: Build ProtoBuf ${{ env.PROTOBUF_VERSION }}
if: steps.cache-depends.outputs.cache-hit != 'true'
Expand Down

0 comments on commit be03778

Please sign in to comment.