We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libleveldb-dev
1 parent 91fcf6c commit f85200eCopy full SHA for f85200e
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Install LevelDB for *nix
47
if: ${{ matrix.operating-system == 'ubuntu-latest' || matrix.operating-system == 'ubuntu-20.04' }}
48
- run: sudo apt install -y libleveldb1d
+ run: sudo apt install -y libleveldb-dev
49
50
- name: Build Test Application
51
run: lazbuild -B --bm=Release "tests/testleveldb.lpi"
0 commit comments