Skip to content

Disable gh action installation for swift version #64

Disable gh action installation for swift version

Disable gh action installation for swift version #64

Workflow file for this run

name: wasm
on:
push:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
# Wasmtime is required because `swift test` doesn't work for WebAssembly targets.
# For WASM, we must build tests separately and run them with a WASM runtime.
# See: https://book.swiftwasm.org/getting-started/testing.html
- name: Install Wasmtime
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "40.0.2"
github_token: ${{ github.token }}
- name: Build and Test
run: ./scripts/build-and-test-wasm.sh