Skip to content

Commit

Permalink
fixup! Ticket #4170: implement CI via GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Oct 19, 2024
1 parent cebb34f commit bd34851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Build on Solaris
uses: vmactions/solaris-vm@v1
with:
release: "11.4-gcc" # autoconf automake developer/gcc/gcc-c libtool gnu-make pkg-config
prepare: |
pkgutil -y -i autoconf automake gcc libtool make pkg-config
pkgutil -y -i aspell check glib2 libssh2 libx11 slang
pkgutil -y -i aspell developer/test/check glib2 libssh2 libx11 slang
run: |
./autogen.sh
Expand Down

0 comments on commit bd34851

Please sign in to comment.