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

Commit

Permalink
Build golang.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Nov 5, 2024
1 parent 8fe19f2 commit ad172bd
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 @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
precision: [single, double]
precision: [double]
platform: [macos]
target: [editor, template_release, template_debug]

Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Set up dependencies
run: brew install just hyperfine scons
run: brew install just hyperfine scons go

- name: Set up placeholders
run: |
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 All @@ -127,7 +127,7 @@ jobs:

steps:
- name: Set up dependencies
run: dnf install -y just git
run: dnf install -y just git golang

- name: Set up placeholders
run: |
Expand Down

0 comments on commit ad172bd

Please sign in to comment.