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 a835f54 commit f9e685a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9e685a

Please sign in to comment.