Skip to content

Commit

Permalink
deactivating win/mac/emscripten builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samba committed Dec 6, 2024
1 parent 0cb2c66 commit be83f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
build:
if: false
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ccpp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

jobs:
build:
if: false
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ccpp-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

jobs:
build:
if: false
runs-on: windows-latest

steps:
Expand Down

0 comments on commit be83f60

Please sign in to comment.