Skip to content

Commit

Permalink
docs: Forgot to update README.md from previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Oct 15, 2020
1 parent 307a328 commit 0317bff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Set up your GitHub Actions workflow with a specific version of Lazarus
Possible values:

* `dist` - Lazarus package that comes with the Ubuntu dist your chose on `runs-on` and latest stable for Windows
* `satble` - Installs the latest stable version: 2.0.8
* `satble` - Installs the latest stable version: 2.0.10
* `2.0.10` - comes with FPC "v3.2.0"
* `2.0.8` - comes with FPC "v3.0.4"
* `2.0.6` - comes with FPC "v3.0.4"
* `2.0.4` - comes with FPC "v3.0.4"
Expand Down Expand Up @@ -58,7 +59,7 @@ The list of packages can be searched at the [Lazarus IDE repository](https://pac
At the moment this action only supports:

* Windows (win32)
* Linux (linux)
* Linux (linux64)

**Note** If someone wants to help get masOS (darwin) running I'll be more than happy!

Expand All @@ -67,7 +68,7 @@ At the moment this action only supports:
```yaml
steps:
- uses: actions/checkout@v2
- uses: gcarreno/[email protected].1
- uses: gcarreno/[email protected].3
with:
lazarus-version: "dist"
include-packages: "Synapse 40.1"
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Lazarus
uses: gcarreno/[email protected].1
uses: gcarreno/[email protected].3
with:
lazarus-version: ${{ matrix.lazarus-versions }}
include-packages: "Synapse 40.1"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-lazarus",
"version": "2.2.2",
"version": "2.2.3",
"description": "Set up your GitHub Actions workflow with a specific version of Lazarus",
"main": "lib/setup-lazarus.js",
"scripts": {
Expand Down

0 comments on commit 0317bff

Please sign in to comment.