Skip to content

Commit

Permalink
fix(ci): alpine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jul 7, 2024
1 parent 5c46780 commit f40b938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- type: clang
container: alpine:latest
deps: apk add git cmake llvm18 clang18 ninja-build make
deps: apk add git cmake clang ninja-build make

- type: clang-cl
cmake_args: -T ClangCL -A x64
Expand Down

0 comments on commit f40b938

Please sign in to comment.