Skip to content

Commit

Permalink
GH workflow: cache install lazarus
Browse files Browse the repository at this point in the history
  • Loading branch information
tokibito committed Aug 15, 2024
1 parent d64bf2b commit 2f2e96b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install FPC
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install -y lazarus
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: lazarus
version: 1.0
- name: Checkout
uses: actions/checkout@v4
- name: build
Expand Down

0 comments on commit 2f2e96b

Please sign in to comment.