Skip to content

Commit

Permalink
ci: fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper authored Aug 8, 2023
1 parent 8796515 commit 9494aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/geode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
with:
configure-args: '-DUSE_PREBUILT_PROTOBUF=1 -DGEODE_DISABLE_CLI_CALLS=1'
build-args: '-j 16'
sdk: ${{ env.GEODE_SDK }}
cli: ${{ env.CLI_VERSION }}
sdk: ${{ env.GEODE_VERSION }}
combine: true

package:
Expand Down

0 comments on commit 9494aef

Please sign in to comment.