You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Get Playdate SDK
0.2.1
This GitHub Action delivers specified Playdate SDK.
version
- Specified version of the SDK. Optional. Default value islatest
.
- name: Install Playdate SDK
id: playdate
uses: pd-rs/get-playdate-sdk@0.1.6
with:
version: 2.0.0 # possible values: version `x.x.x` or `latest` by default
- name: usage
run: |
echo "SDK path env: $PLAYDATE_SDK_PATH"
echo "SDK root out: ${{ steps.playdate.outputs.root }}"
echo "SDK version: ${{ steps.playdate.outputs.version }}"
pdc --version # because SDK/bin already in PATH
- macOS
- Linux
- Windows
Note: for Windows there's winget is used as source for specified SDK version, and as just installer-helper for latest
version