Skip to content

Commit a30191c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)