Skip to content

Commit

Permalink
fix: optionally use nix only on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
brynblack committed Jan 9, 2025
1 parent 0c90798 commit b94150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library-js-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
npm run bench --if-present
steps:
- uses: actions/checkout@v4
- uses: MatrixAI/.github/.github/actions/install-nix@feature-actions
- uses: ${{ matrix.platform == 'linux' && 'MatrixAI/.github/.github/actions/install-nix@feature-actions' || null }}
- uses: actions/download-artifact@v4
with:
name: dist
Expand Down

0 comments on commit b94150a

Please sign in to comment.