Skip to content

Commit

Permalink
ci: added clang to macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Mar 4, 2024
1 parent 8538f94 commit 308a163
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/threatcl-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- name: Set BUILD_TIME
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}
- name: Go dev release
Expand Down

0 comments on commit 308a163

Please sign in to comment.