diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7c8c9f8..dcce46d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,19 +23,19 @@ jobs: matrix: config: - - name: macOS - binary: build/carimbo - os: macos-latest - - name: Ubuntu - binary: build/carimbo + # - name: macOS + # binary: build/carimbo + # os: macos-latest + # - name: Ubuntu + # binary: build/carimbo + # os: ubuntu-latest + - name: WebAssembly + binary: build/carimbo.wasm + script: build/carimbo.js os: ubuntu-latest - # - name: WebAssembly - # binary: build/carimbo.wasm - # script: build/carimbo.js - # os: ubuntu-latest - - name: Windows - binary: build/carimbo.exe - os: windows-latest + # - name: Windows + # binary: build/carimbo.exe + # os: windows-latest steps: - name: Checkout