Skip to content

Commit

Permalink
try again. didn't know pkg_add return success when it fail to install.
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 11, 2024
1 parent 2dfbe98 commit 2250065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
sudo touch /usr/bin/ros
sudo chmod 755 /usr/bin/ros
sudo pkg_add gmake git curl bzip2
sudo pkg_add sbcl || sudo pkg_add sbcl--threads
sudo pkg_add sbcl
sudo pkg_add sbcl--threads
sudo bash -c 'cd zstd/lib; gmake PREFIX=/usr CFLAGS="-fPIC" install-includes install-static clean'
LISP_IMPL=sbcl gmake latest-version compile;
- name: upload
Expand Down

0 comments on commit 2250065

Please sign in to comment.