diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c50d793..0034f0d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,10 +29,10 @@ jobs: - 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 @@ -64,7 +64,7 @@ jobs: cache: false - name: Install Conan - run: pip install conan + run: pip install conan==2.0.13 - name: Detect Conan Profile run: conan profile detect --force