Skip to content

Commit

Permalink
add clang to SunOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 4, 2024
1 parent d09e561 commit 5a5336e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: vmactions/solaris-vm@v0
with:
prepare: |
pkgutil -y -i git automake autoconf gcc #clang
pkgutil -y -i git automake autoconf gcc clang
pkg add gcc git automake autoconf clang
gcc -v
- name: Build
Expand Down

0 comments on commit 5a5336e

Please sign in to comment.