Skip to content

Commit e8ed4e1

Browse files
refactor: Remove llvm toolchain selection
1 parent 31aa8bc commit e8ed4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
shell: bash
106106
run: |
107107
set -euxo pipefail
108-
xmake f -m release --toolchain=llvm -vv -y
108+
xmake f -m release -vv -y
109109
xmake -y -vv -j"$(sysctl -n hw.ncpu)"
110110
111111
build-windows:

0 commit comments

Comments
 (0)