Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from V-Sekai/fire-patch-1
Browse files Browse the repository at this point in the history
Only build double precision floats.
  • Loading branch information
fire authored Nov 5, 2024
2 parents 8fe19f2 + 753aa50 commit 2578c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
precision: [single, double]
precision: [double]
platform: [macos]
target: [editor, template_release, template_debug]

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
fail-fast: false
matrix:
precision: [single, double]
precision: [double]
platform: [linux, windows, android, web]
target: [editor, template_release, template_debug]

Expand Down

0 comments on commit 2578c15

Please sign in to comment.