We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1597493 commit 5f1ada7Copy full SHA for 5f1ada7
.github/workflows/build.yml
@@ -74,6 +74,17 @@ jobs:
74
gmake
75
mkdir build && cd build && cmake .. && gmake
76
77
+ solaris:
78
+ runs-on: ubuntu-latest
79
+ name: Solaris
80
+ steps:
81
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
82
+ - name: Build in Solaris
83
+ uses: vmactions/solaris-vm@58cbd70c6e051860f9b8f65908cc582938fbbdba # v1.1.5
84
+ with:
85
+ prepare: pkgutil -y -i gmake openssl_utils
86
+ run: USE_TLS=1 gmake
87
+
88
build-cross:
89
name: Cross-compile ${{ matrix.config.target }}
90
runs-on: ubuntu-22.04
0 commit comments