We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LevelDB
1 parent a283181 commit 91fcf6cCopy full SHA for 91fcf6c
.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 libleveldb1n
+ run: sudo apt install -y libleveldb1d
49
50
- name: Build Test Application
51
run: lazbuild -B --bm=Release "tests/testleveldb.lpi"
0 commit comments