Skip to content

Update RemainingCombineInterface.swift #55

Update RemainingCombineInterface.swift

Update RemainingCombineInterface.swift #55

Workflow file for this run

name: Wasm
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
carton_wasmer_test_5_7:
name: "Execute tests on Wasm (Swift 5.7)"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: swiftwasm/[email protected]
# swiftwasm/[email protected] and @v5.9 is not supported upstream
# carton_wasmer_test_5_8:
# name: "Execute tests on Wasm (Swift 5.8)"
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v2
# - uses: swiftwasm/[email protected]
# carton_wasmer_test_5_9:
# name: "Execute tests on Wasm (Swift 5.9)"
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v2
# - uses: swiftwasm/[email protected]