Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 16, 2023
1 parent 7e107ca commit 55c4392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Ubuntu
binary: build/carimbo
os: ubuntu-latest
- name: WebAssembly
binary: build/carimbo.wasm
script: build/carimbo.js
# - name: WebAssembly
# binary: build/carimbo.wasm
# script: build/carimbo.js
os: ubuntu-latest
- name: Windows
binary: build/carimbo.exe
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
cache: false

- name: Install Conan
run: pip install conan==2.0.12
run: pip install conan

- name: Detect Conan Profile
run: conan profile detect --force
Expand Down

0 comments on commit 55c4392

Please sign in to comment.