We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c90798 commit b94150aCopy full SHA for b94150a
.github/workflows/library-js-staging.yml
@@ -129,7 +129,7 @@ jobs:
129
npm run bench --if-present
130
steps:
131
- uses: actions/checkout@v4
132
- - uses: MatrixAI/.github/.github/actions/install-nix@feature-actions
+ - uses: ${{ matrix.platform == 'linux' && 'MatrixAI/.github/.github/actions/install-nix@feature-actions' || null }}
133
- uses: actions/download-artifact@v4
134
with:
135
name: dist
0 commit comments