neuronicnobody is building the core reactable #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-reactables-core | |
run-name: ${{ github.actor }} is building the core reactable | |
on: | |
workflow_dispatch: | |
jobs: | |
get-extism: | |
runs-on: ubuntu-latest | |
env: | |
TAG: v1.0.0-rc3 | |
steps: | |
- uses: actions/checkout@v4 | |
- run: curl -L -O "https://github.com/extism/js-pdk/releases/download/$TAG/extism-js-x86_64-linux-$TAG.gz" | |
- run: gunzip extism-js*.gz | |
- run: sudo mv extism-js-* /usr/local/bin/extism-js | |
- run: chmod +x /usr/local/bin/extism-js | |
- run: extism-js |