Skip to content

Commit

Permalink
Trying to build Rebol/Triangulate extension for OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 17, 2024
1 parent 316279e commit ff33fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebol-triangulate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
pkg_info -L libiconv
echo "Rebol [] unprotect 'system/platform system/platform: 'openbsd" > ~/user.reb
cat ~/user.reb
curl https://github.com/Oldes/Rebol3/releases/download/3.17.0/rebol3-bulk-openbsd-x64.gz --output ./rebol3.gz --silent
curl https://github.com/Oldes/Rebol3/releases/download/3.17.0/rebol3-bulk-openbsd-x64.gz --output ./rebol3.gz --silent -L
gunzip ./rebol3.gz
chmod +x ./rebol3
./rebol3 -V
Expand Down

0 comments on commit ff33fd1

Please sign in to comment.