We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704a671 commit e78f45aCopy full SHA for e78f45a
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
fail-fast: false
29
matrix:
30
operating-system: [ ubuntu-20.04, ubuntu-latest, windows-latest]
31
- lazarus-versions: [ stable]
+ lazarus-versions: [ stable ]
32
33
steps:
34
- name: Checkout repository
@@ -41,7 +41,6 @@ jobs:
41
uses: gcarreno/setup-lazarus@v3
42
with:
43
lazarus-version: ${{ matrix.lazarus-versions }}
44
- include-packages: ""
45
with-cache: false
46
47
- name: Install LevelDB for *nix
0 commit comments