Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed May 31, 2024
1 parent 76af4d0 commit 0d017f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d017f1

Please sign in to comment.