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 8027bf3 commit dd6255d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dd6255d

Please sign in to comment.