Skip to content

Commit 454c0df

Browse files
authored
Update emscripten.yml
1 parent 29b8be1 commit 454c0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ jobs:
841841
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
842842
843843
- name: Deploy preview
844-
if: ${{ runner.os == 'macOS' }}
844+
if: ${{ runner.os == 'macOS' && ${{ matrix.clang-runtime }} == '20' }}
845845
uses: rossjrw/pr-preview-action@v1
846846
with:
847847
source-dir: ./xeus-cpp/dist/

0 commit comments

Comments
 (0)