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 29
29
matrix :
30
30
operating-system : [ ubuntu-20.04, ubuntu-latest, windows-latest]
31
31
lazarus-versions : [ stable ]
32
-
32
+
33
33
steps :
34
34
- name : Checkout repository
35
35
uses : actions/checkout@v4
@@ -45,12 +45,12 @@ jobs:
45
45
46
46
- name : Install LevelDB for *nix
47
47
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
49
49
50
50
- name : Build Test Application
51
51
run : lazbuild -B --bm=Release "tests/testleveldb.lpi"
52
52
53
53
- name : Run Test Application
54
54
run : |
55
55
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