Skip to content

Commit eabb3d4

Browse files
author
Aishwarya Jagarapu
committed
fix workflow
1 parent 50ec291 commit eabb3d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ubuntuci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up JDK
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 11
17+
java-version: 17
1818
- name: Cache Maven packages
1919
uses: actions/cache@v4
2020
with:

Bld/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pushd ..
44
Write-Host "Initializing submodules .." -ForegroundColor DarkGreen -BackgroundColor White
55
git submodule update --init --recursive
66

7-
mvn clean compile -f ./Src/PRuntimes/PExRuntime/pom.xml
7+
# mvn clean compile -f ./Src/PRuntimes/PExRuntime/pom.xml
88

99
# Run the build! :D
1010
dotnet build -c Release

Bld/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo -e "${ORANGE} ---- Fetching git submodules ----${NOCOLOR}"
1414
git submodule update --init --recursive
1515

1616
echo -e "${ORANGE} ---- Building the Java P runtime ----${NOCOLOR}"
17-
mvn clean compile -q -f ./Src/PRuntimes/PExRuntime/pom.xml
17+
#mvn clean compile -q -f ./Src/PRuntimes/PExRuntime/pom.xml
1818

1919
echo -e "${ORANGE} ---- Building the PCompiler ----${NOCOLOR}"
2020
# Run the build!

0 commit comments

Comments
 (0)