]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/solaris.yaml
ci: Used a Solaris VM with all needed build tools preinstalled. (#481)
[ppp.git] / .github / workflows / solaris.yaml
index 10178137861e623661c462b2eb07767b9cbaacd8..8d1f44803bbf5d1b6d9804c4e84640ad501db63d 100644 (file)
@@ -3,15 +3,15 @@ on: [push, pull_request]
 
 jobs:
   solaris:
-    runs-on: macos-latest
+    runs-on: ubuntu-22.04
     steps:
     - name: Checkout PPP sources
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - name: Build
-      uses: vmactions/solaris-vm@v0.0.1
+      uses: vmactions/solaris-vm@v1.0.2
       with:
+        release: "11.4-gcc"
         run: |
-          pkg update
-          pkg install gcc automake autoconf libtool
           ./autogen.sh CFLAGS="-Wno-deprecated-declarations"
           make
+          make install