diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 02:03:18 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 02:03:18 +0400 | 
| commit | c599e7cee33f177d7505e553cf948055930a55c0 (patch) | |
| tree | 588403b4ed218e5dc4b20d721fa37f252b1696a2 /.github/workflows | |
| parent | b029c53626357b9e9eb81bfd8023fa9dd1bf4f0c (diff) | |
migrate to clang
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
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  | 
