File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments