Skip to content

Commit

Permalink
delete nix macos gh action, since nix tflite is not available on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyChaoz authored Nov 26, 2024
1 parent b85d0b0 commit 89d4df0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,3 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build ".?submodules=1#"

macos-build-test:
name: macos build test
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build ".?submodules=1#"

0 comments on commit 89d4df0

Please sign in to comment.