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 b94150a commit a30191c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/library-js-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
npm run bench --if-present
steps:
- uses: actions/checkout@v4
- uses: ${{ matrix.platform == 'linux' && 'MatrixAI/.github/.github/actions/install-nix@feature-actions' || null }}
- if: matrix.platform == 'linux'
uses: MatrixAI/.github/.github/actions/install-nix@feature-actions
- uses: actions/download-artifact@v4
with:
name: dist
Expand Down

0 comments on commit a30191c

Please sign in to comment.