Skip to content

CI: Update the 'checkout' action to V3 as V2 is being deprecated. (#437) #482

CI: Update the 'checkout' action to V3 as V2 is being deprecated. (#437)

CI: Update the 'checkout' action to V3 as V2 is being deprecated. (#437) #482

Workflow file for this run

name: Solaris
on: [push, pull_request]
jobs:
solaris:
runs-on: macos-12
steps:
- name: Checkout PPP sources
uses: actions/checkout@v3
- name: Build
uses: vmactions/solaris-vm@v0
with:
run: |
pkg update
pkg install gcc automake autoconf libtool
./autogen.sh CFLAGS="-Wno-deprecated-declarations"
make
make install