Skip to content

Commit b94150a

Browse files
committed
fix: optionally use nix only on linux
1 parent 0c90798 commit b94150a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/library-js-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
npm run bench --if-present
130130
steps:
131131
- uses: actions/checkout@v4
132-
- uses: MatrixAI/.github/.github/actions/install-nix@feature-actions
132+
- uses: ${{ matrix.platform == 'linux' && 'MatrixAI/.github/.github/actions/install-nix@feature-actions' || null }}
133133
- uses: actions/download-artifact@v4
134134
with:
135135
name: dist

0 commit comments

Comments
 (0)