File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Native
22
33on :
44 push :
5- branches : [ "feature/add_native_build " ]
5+ branches : [ "main " ]
66 pull_request :
77 branches : [ "main" ]
88 workflow_dispatch :
Original file line number Diff line number Diff line change 1+ name : Call Build Native
2+
3+ on :
4+ push :
5+ branches : [ "feature/add_native_build" ]
6+ pull_request :
7+ branches : [ "main" ]
8+ workflow_dispatch :
9+
10+ jobs :
11+ build-native :
12+ uses : atraplet/clarabel4j-native/.github/workflows/build_native.yml@feature/add_native_build
13+
14+ download :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Download libraries
18+ uses : actions/download-artifact@v4
19+ with :
20+ path : build
21+ merge-multiple : true
22+ - name : Check
23+ shell : bash
24+ run : |
25+ cd build
26+ ls -la
You can’t perform that action at this time.
0 commit comments