We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db67665 commit a283181Copy full SHA for a283181
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
matrix:
30
operating-system: [ ubuntu-20.04, ubuntu-latest, windows-latest]
31
lazarus-versions: [ stable ]
32
-
+
33
steps:
34
- name: Checkout repository
35
uses: actions/checkout@v4
@@ -45,12 +45,12 @@ 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 instal -y libleveldb1n
+ run: sudo apt install -y libleveldb1n
49
50
- name: Build Test Application
51
run: lazbuild -B --bm=Release "tests/testleveldb.lpi"
52
53
- name: Run Test Application
54
run: |
55
cp "dynamic-libs/win64/leveldb.dll" "bin"
56
- bin/testleveldb --all --format=plain
+ bin/testleveldb --all --format=plain
0 commit comments