mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-09-26 12:13:39 -06:00
Use official Homebrew action
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user