Skip to content

Commit

Permalink
update README about platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 24, 2025
1 parent f7393ca commit 7bc52e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/setup-rinf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ A composite action to setup Rinf (Rust inside Flutter) environment.

This action can setup a build environment used to target the following platforms:

- `android`
- `linux`
- `windows`
- `macos`
- `android` (can use any OS runner)
- `web` (can use any OS runner)
- `linux` (requires Debian-based Linux runner)
- `windows` (requires Windows-based runner)
- `macos` (requires MacOS-based runner)
- `ios` (requires MacOS-based runner)

### Simple Example

Expand Down
2 changes: 1 addition & 1 deletion .github/setup-rinf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
java-version: ${{ inputs.java-version }}
cache: ${{ inputs.cache-gradle == 'true' && 'gradle' || null }}
cache-dependency-path: android/**/gradle-wrapper.properties
- name: Install rust toolchains for Android
- name: Install rust toolchain for Android
# only required for android builds
if: inputs.platform == 'android'
shell: bash
Expand Down

0 comments on commit 7bc52e5

Please sign in to comment.