-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Forgot to update README.md from previous commit.
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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! | ||
|
||
|
@@ -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" | ||
|
@@ -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" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters