Skip to content

activate install scripts for apt cache action #6

activate install scripts for apt cache action

activate install scripts for apt cache action #6

Workflow file for this run

name: Run tests by FPC
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install FPC
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: lazarus
version: 1.0
execute_install_scripts: true
- name: Checkout
uses: actions/checkout@v4
- name: build
working-directory: ./src/fpc
run: |
make all
- name: run tests
working-directory: ./src/fpc
run: |
make test