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 454c0df commit bbb23abCopy full SHA for bbb23ab
.github/workflows/emscripten.yml
@@ -841,7 +841,7 @@ jobs:
841
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav --output-dir dist
842
843
- name: Deploy preview
844
- if: ${{ runner.os == 'macOS' && ${{ matrix.clang-runtime }} == '20' }}
+ if: ${{ runner.os == 'macOS' && matrix.clang-runtime == '20' }}
845
uses: rossjrw/pr-preview-action@v1
846
with:
847
source-dir: ./xeus-cpp/dist/
0 commit comments