Skip to content

Commit

Permalink
Respect rack-sdk-version local envvar in qno build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewb committed Aug 8, 2023
1 parent c4e77b9 commit f008d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
export PLUGIN_DIR=$GITHUB_WORKSPACE
pushd ${{ env.rack-plugin-toolchain-dir }}
sed -i 's/RACK_SDK_VERSION \:\= 2.3.0/RACK_SDK_VERSION \:\= ${{ env.rack-sdk-version }}/' Makefile
make plugin-build-${{ matrix.platform }}
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f008d6c

Please sign in to comment.