Use official Homebrew action

This commit is contained in:
Yota Toyama
2026-09-25 20:58:02 -07:00
parent d93e42910d
commit 08ea694983
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ runs:
using: composite
steps:
- uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
- uses: raviqqe/enable-homebrew@6bd383659a321c332bd0c0ed445c32d54e04efe8 # v1.0.5
- uses: homebrew/actions/setup-homebrew@e99025eb970cfa124b8284a35463d87426917478 # main
- run: brew install autoconf automake libtool
shell: sh
+2
View File
@@ -3,6 +3,8 @@
use core::error::Error;
use std::{env, path::PathBuf};
// cspell: ignore reconf
const LIB_ATOMIC_OPS_DIR: &str = "vendor/libatomic_ops";
const LIB_GC_DIR: &str = "vendor/bdwgc";