Skip to content

Commit

Permalink
gmake instead of make on solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 22, 2024
1 parent e8b9f22 commit bd82fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env
pkg install build-essential git
run: |
git clone https://github.com/roswell/roswell && bash -c "cd roswell;./bootstrap;./configure;make;sudo make install --prefix=/usr"
git clone https://github.com/roswell/roswell && bash -c "cd roswell;./bootstrap;./configure;gmake;sudo gmake install --prefix=/usr"
ros install sbcl-bin/2.3.0
ros run -- --version
gmake latest-version compile archive
Expand Down

0 comments on commit bd82fff

Please sign in to comment.