Skip to content

Commit

Permalink
Merge pull request ballerina-platform#42970 from Shadow-Devil/fix-win…
Browse files Browse the repository at this point in the history
…dows-build-v2

Fix windows build (fixup)
  • Loading branch information
warunalakshitha authored Jun 26, 2024
2 parents a31544a + 1b17209 commit 45f80d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
key: ${{ runner.os }}-gradle-${{ github.sha }}
restore-keys: ${{ runner.os }}-gradle

- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
distribution: 'graalvm'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
set-java-home: 'false'

- name: Build with Gradle
run: |
export DISPLAY=':99.0'
Expand All @@ -61,7 +70,7 @@ jobs:
java-version: '17.0.7'

- name: configure Pagefile
uses: al-cheb/configure-pagefile-action@1.4
uses: al-cheb/configure-pagefile-action@v1.4
with:
minimum-size: 8GB
maximum-size: 16GB
Expand Down

0 comments on commit 45f80d7

Please sign in to comment.