File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ jobs:
269269 # Required - string.
270270 install : |
271271 lib.install Dir["./planglib"]
272- lib.install "./libvm.a"
273- bin.install "./plc"
272+ lib.install "./libvm.a"
273+ bin.install "./plc"
274274
275275
276276 # Custom test command for your formula so you can run `brew test`.
@@ -284,7 +284,7 @@ jobs:
284284 # Linux ARM pre-existing path example: https://github.com/justintime50/myrepo/releases/download/v1.2.0/myrepo-1.2.0-linux-arm64.tar.gz
285285 # Optional - booleans.
286286 # target_darwin_amd64: true
287- target_darwin_arm64 : false
287+ target_darwin_arm64 : true
288288 # target_linux_amd64: true
289289 # target_linux_arm64: false
290290
@@ -312,4 +312,4 @@ jobs:
312312
313313 # Logs debugging info to console.
314314 # Default is shown - boolean.
315- debug : false
315+ debug : true
You can’t perform that action at this time.
0 commit comments