Skip to content

Commit 1f30c10

Browse files
committed
add a note about ubuntu only runner for now
1 parent 4e00ba4 commit 1f30c10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This will add the following executables to your `PATH`, making them available fo
99
- `dhall-to-yaml`
1010
- `json-to-dhall`
1111

12+
**Note:** Currently this only supports the `ubuntu-` runtimes for actions. See [TODO](#todo) below.
13+
1214
### Inputs
1315

1416
#### `version`
@@ -41,3 +43,9 @@ jobs:
4143
- run: dhall version
4244
- run: dhall-to-json --version
4345
```
46+
47+
### TODO
48+
49+
- [ ] Add platform validation on action to fail early if a non-ubuntu runner is used
50+
- [ ] Add support for the macOS runner
51+
- [ ] Add support for the Windows runner

0 commit comments

Comments
 (0)