From 0d017f1ac57107135d0651c828de83c983f8b91a Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Thu, 30 May 2024 20:41:34 -0700 Subject: [PATCH] test --- .github/workflows/ci_rust.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci_rust.yml b/.github/workflows/ci_rust.yml index 39191005f66..a348278f592 100644 --- a/.github/workflows/ci_rust.yml +++ b/.github/workflows/ci_rust.yml @@ -24,6 +24,12 @@ jobs: os: [ubuntu-latest, macOS-latest] steps: - uses: actions/checkout@v3 + + - name: Fix macos + if: ${{ matrix.os == 'macOS-latest' }} + run: | + mdfind -name stdio.h + xcrun --show-sdk-path - name: Install Rust toolchain id: toolchain