File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1414 download-url : https://download.swift.org/swift-6.1-release/ubuntu2204/swift-6.1-RELEASE/swift-6.1-RELEASE-ubuntu22.04.tar.gz
1515 wasi-backend : Node
1616 target : " wasm32-unknown-wasi"
17+ env : |
18+ JAVASCRIPTKIT_DISABLE_TRACING_TRAIT=1
1719 - os : ubuntu-24.04
1820 toolchain :
1921 download-url : https://download.swift.org/development/ubuntu2404/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a-ubuntu24.04.tar.gz
3638 steps :
3739 - name : Checkout
3840 uses : actions/checkout@v6
41+ - name : Export matrix env
42+ if : ${{ matrix.entry.env != '' && matrix.entry.env != null }}
43+ run : |
44+ cat <<'EOF' >> "$GITHUB_ENV"
45+ ${{ matrix.entry.env }}
46+ EOF
3947 - uses : ./.github/actions/install-swift
4048 with :
4149 download-url : ${{ matrix.entry.toolchain.download-url }}
You can’t perform that action at this time.
0 commit comments