Skip to content

Commit a283181

Browse files
committed
fix: Typo on the dynamic lib install
1 parent db67665 commit a283181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
operating-system: [ ubuntu-20.04, ubuntu-latest, windows-latest]
3131
lazarus-versions: [ stable ]
32-
32+
3333
steps:
3434
- name: Checkout repository
3535
uses: actions/checkout@v4
@@ -45,12 +45,12 @@ jobs:
4545

4646
- name: Install LevelDB for *nix
4747
if: ${{ matrix.operating-system == 'ubuntu-latest' || matrix.operating-system == 'ubuntu-20.04' }}
48-
run: sudo apt instal -y libleveldb1n
48+
run: sudo apt install -y libleveldb1n
4949

5050
- name: Build Test Application
5151
run: lazbuild -B --bm=Release "tests/testleveldb.lpi"
5252

5353
- name: Run Test Application
5454
run: |
5555
cp "dynamic-libs/win64/leveldb.dll" "bin"
56-
bin/testleveldb --all --format=plain
56+
bin/testleveldb --all --format=plain

0 commit comments

Comments
 (0)