Skip to content

CI: Updated the 'checkout' actions that were using Node.js 16 to Node… #557

CI: Updated the 'checkout' actions that were using Node.js 16 to Node…

CI: Updated the 'checkout' actions that were using Node.js 16 to Node… #557

Workflow file for this run

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/[email protected]
with:
release: "11.4-gcc"
run: |
./autogen.sh CFLAGS="-Wno-deprecated-declarations"
make
make install