Skip to content

Commit 91fcf6c

Browse files
committed
fix: Typo in the name of the LevelDB package
1 parent a283181 commit 91fcf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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 install -y libleveldb1n
48+
run: sudo apt install -y libleveldb1d
4949

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

0 commit comments

Comments
 (0)