Skip to content

Commit f85200e

Browse files
committedOct 4, 2024
fix: Trying libleveldb-dev
1 parent 91fcf6c commit f85200e

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 libleveldb1d
48+
run: sudo apt install -y libleveldb-dev
4949

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

0 commit comments

Comments
 (0)