Skip to content

Commit

Permalink
try to exclude darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jan 17, 2025
1 parent f74c5b0 commit 722578b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Jimver/cuda-toolkit@master
if: runner.os != 'Darwin'
- name: Setup rust-cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 722578b

Please sign in to comment.