We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e895679 commit 63fc548Copy full SHA for 63fc548
README.md
@@ -9,12 +9,12 @@ GDBM library is also installed, so that `dbm.gdbm` is available.
9
# Usage
10
11
```yaml
12
-- uses: shirok/setup-gauche@v4
+- uses: shirok/setup-gauche@v5
13
with:
14
# If true, install pre-built Gauche binary instead of building from
15
- # the source. Currently it is only available on ubuntu-latest
16
- # platform, and the latest Gauche release. When this is true,
17
- # other input variables are ignored.
+ # the source. Currently it is available on ubuntu-latest and
+ # macos-latest platforms, and the latest Gauche release.
+ # When this is true, other input variables are ignored.
18
prebuilt-binary: false
19
20
# The version of Gauche to install. Can be 'latest' for the latest
0 commit comments