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 b94150a commit a30191cCopy full SHA for a30191c
.github/workflows/library-js-staging.yml
@@ -129,7 +129,8 @@ jobs:
129
npm run bench --if-present
130
steps:
131
- uses: actions/checkout@v4
132
- - uses: ${{ matrix.platform == 'linux' && 'MatrixAI/.github/.github/actions/install-nix@feature-actions' || null }}
+ - if: matrix.platform == 'linux'
133
+ uses: MatrixAI/.github/.github/actions/install-nix@feature-actions
134
- uses: actions/download-artifact@v4
135
with:
136
name: dist
0 commit comments