File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,16 @@ jobs:
2626 name : clang-nullsafe-macos-universal
2727 path : artifacts/
2828
29- - name : Download Windows artifact
30- uses : dawidd6/action-download-artifact@v3
31- with :
32- workflow : build-clang.yml
33- commit : ${{ github.sha }}
34- name : clang-nullsafe-windows-x86_64
35- path : artifacts/
36-
3729 - name : Create Release
3830 uses : softprops/action-gh-release@v1
3931 with :
4032 files : |
4133 artifacts/clang-nullsafe-linux-x86_64.tar.gz
4234 artifacts/clang-nullsafe-macos-universal.tar.gz
43- artifacts/clang-nullsafe-windows-x86_64.tar.gz
4435 body : |
4536 ## Null-Safe Clang Binary Release
4637
47- This release contains the Null-Safe Clang compiler and clangd language server for Linux, macOS, and Windows .
38+ This release contains the Null-Safe Clang compiler and clangd language server for Linux and macOS .
4839
4940 ### What's included:
5041 - `clang` - The Null-Safe C compiler
5950 clang --version
6051 ```
6152
62- **Windows:**
63- ```bash
64- tar -xzf clang-nullsafe-windows-x86_64.tar.gz
65- # Add bin/ directory to your PATH
66- clang --version
67- ```
68-
6953 ### Usage:
7054 ```bash
7155 # Compile with null-safety warnings (default)
You can’t perform that action at this time.
0 commit comments