ppp/.github/workflows/solaris.yaml
Adrien RICCIARDI 0f6a7c95e1
ci: Update the Solaris action to benefit from the faster VM (#522)
The total execution decreased by about 20%, sometimes even more.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
2024-10-14 19:01:50 +11:00

18 lines
371 B
YAML

name: Solaris
on: [push, pull_request]
jobs:
solaris:
runs-on: ubuntu-22.04
steps:
- name: Checkout PPP sources
uses: actions/checkout@v4
- name: Build
uses: vmactions/solaris-vm@v1.0.9
with:
release: "11.4-gcc"
run: |
./autogen.sh CFLAGS="-Wno-deprecated-declarations"
make
make install