mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-09-26 12:13:39 -06:00
12 lines
350 B
YAML
12 lines
350 B
YAML
name: setup
|
|
description: Sets up a build environment
|
|
inputs: {}
|
|
outputs: {}
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
|
|
- uses: homebrew/actions/setup-homebrew@e99025eb970cfa124b8284a35463d87426917478 # main
|
|
- run: brew install autoconf automake libtool
|
|
shell: sh
|