Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tokibito committed Aug 15, 2024
1 parent 6da6f80 commit 66b1e32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install FPC
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: lazarus lcl-utils
version: 1.0
run: |
sudo apt-get update
sudo apt-get install -y lazarus lcl-utils
- name: Checkout
uses: actions/checkout@v4
- name: build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Run Tests](https://github.com/tokibito/delphi-argparse/actions/workflows/tests.yml/badge.svg)](https://github.com/tokibito/delphi-argparse/actions/workflows/tests.yml)

Command line argument parser for Delphi.
Command line argument parser for Delphi and FPC.

## Requirements

Expand Down

0 comments on commit 66b1e32

Please sign in to comment.