Skip to content

Commit

Permalink
ci: GEODE_VERSION -> SDK_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper authored Aug 8, 2023
1 parent 9a3cae5 commit 3fbf01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/geode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CLI_VERSION: v2.4.4
GEODE_VERSION: nightly
SDK_VERSION: nightly
PREBUILT_PROTOBUF_VERSION: v21.12

jobs:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
configure-args: '-DUSE_PREBUILT_PROTOBUF=1'
build-args: '-j 16'
cli: ${{ env.CLI_VERSION }}
sdk: ${{ env.GEODE_VERSION }}
sdk: ${{ env.SDK_VERSION }}
combine: true

package:
Expand Down

0 comments on commit 3fbf01e

Please sign in to comment.