File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Linux Build
55
66on :
77 push :
8- # branches: ["main"]
8+ branches : ["main"]
99 paths :
1010 - " include/**"
1111 - " src/**"
4040 sudo apt-get install ninja-build -y -q
4141 wget https://apt.llvm.org/llvm.sh
4242 chmod +x llvm.sh
43- sudo sudo ./llvm.sh 19 all
43+ sudo ./llvm.sh 19 all
4444
4545 - name : Linux ${{ matrix.compiler }} ${{ matrix.sanitizer }}
4646 run : CXX=${{ matrix.compiler }} make ${{ matrix.sanitizer }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Macos Build
55
66on :
77 push :
8- # branches: ["main"]
8+ branches : ["main"]
99 paths :
1010 - " include/**"
1111 - " src/**"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Windows Build
55
66on :
77 push :
8- # branches: ["main"]
8+ branches : ["main"]
99 paths :
1010 - " include/**"
1111 - " src/**"
You can’t perform that action at this time.
0 commit comments