Skip to content

Commit

Permalink
Re-fetch Rack SDK before building on Windows/Linux
Browse files Browse the repository at this point in the history
Dewb committed Aug 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a15d15f commit 7f8e79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-plugin.yaml
Original file line number Diff line number Diff line change
@@ -59,7 +59,9 @@ 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
sed -i 's/\(RACK_SDK_VERSION \:\= \)[0-9\.]\+$/\1${{ env.rack-sdk-version }}/' Makefile
make rack-sdk-clean
make rack-sdk-${{ matrix.platform }}
make plugin-build-${{ matrix.platform }}
- name: Upload artifact
uses: actions/upload-artifact@v3

0 comments on commit 7f8e79f

Please sign in to comment.