Skip to content

Commit

Permalink
chore: Installing libgdbm-dev on Ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Nov 19, 2023
1 parent 0e62a71 commit a8f1f23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
operating-system: [ubuntu-latest, macos-latest]
lazarus-versions: [stable, 2.2.0, 2.0.12]
steps:
- name: Install GDBM
if: matrix.operating-system == 'ubuntu-latest'
run: sudo apt install -y libgdbm-dev

- name: Checkout Repository
uses: actions/checkout@v3
with:
Expand All @@ -27,7 +31,9 @@ jobs:
with:
lazarus-version: ${{ matrix.lazarus-versions }}
with-cache: false

- name: Build the Migration to Server App
run: lazbuild -B --bm=Release "migration2server/migration2server.lpi"

- name: Build the Migration to Wallet App
run: lazbuild -B --bm=Release "migration2wallet/migration2wallet.lpi"

0 comments on commit a8f1f23

Please sign in to comment.