try debug again

This commit is contained in:
Kurt Hutten Irev-Dev
2024-04-25 09:50:22 +10:00
parent 2918612d4b
commit fb1c8036f6

View File

@ -49,6 +49,9 @@ jobs:
run: yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Print WASM Lib Changes URL
run: |
echo "WASM Lib Changes URL: ${{ steps.check-wasm-lib-changes.outputs.url }}"
- name: Setup Rust
if: ${{ steps.check-wasm-lib-changes.outputs.url }} == ''
uses: dtolnay/rust-toolchain@stable