Skip to content

build: add CI

build: add CI #2

name: Rust Compiler Builder
on: [push]
jobs:
build:
strategy:
matrix:
os: [
macos-11,
# macos-12,
# macos-13,
]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout Rust
uses: actions/checkout@v4
with:
repository: rust-lang/rust
submodules: true
path: rust
- name: Configure the config.toml
run: make configure