From 334454cea12a42304b9d6b8f0ea7804834a663a5 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 27 Jun 2024 11:28:42 -0600 Subject: [PATCH] wip --- .github/workflows/macos.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 00000000..3636fe84 --- /dev/null +++ b/.github/workflows/macos.yml @@ -0,0 +1,8 @@ +name: MacOS Build + +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - run: brew install rust