File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
distribution : ' temurin'
27
27
java-version : ' 17'
28
+
29
+ - name : Checkout powsybl-core sources
30
+ uses : actions/checkout@v1
31
+ with :
32
+ repository : powsybl/powsybl-core
33
+ ref : refs/heads/security_analysis_rewrite_operational_limits
34
+
35
+ - name : Build and install powsybl-core with Maven
36
+ run : mvn --batch-mode -DskipTests=true --file ../powsybl-core/pom.xml install
37
+
28
38
29
39
- name : Build with Maven (Ubuntu / MacOS)
30
40
if : matrix.os != 'windows-latest'
Original file line number Diff line number Diff line change 54
54
<slf4jtoys .version>1.6.3</slf4jtoys .version>
55
55
<asciitable .version>0.3.2</asciitable .version>
56
56
57
- <powsybl-core .version>6.4.1 </powsybl-core .version>
57
+ <powsybl-core .version>6.5.0-SNAPSHOT </powsybl-core .version>
58
58
</properties >
59
59
60
60
<build >
You can’t perform that action at this time.
0 commit comments