summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 02:03:18 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 02:03:18 +0400
commitc599e7cee33f177d7505e553cf948055930a55c0 (patch)
tree588403b4ed218e5dc4b20d721fa37f252b1696a2 /.github/workflows
parentb029c53626357b9e9eb81bfd8023fa9dd1bf4f0c (diff)
migrate to clang
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3e1c1ea..a2bb06e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -127,6 +127,8 @@ jobs:
go-version: '1.18.4'
- name: Build all
+ env:
+ CC: clang
run: |
make all
- uses: actions/upload-artifact@v3