Skip to content

Commit

Permalink
Merge pull request #232 from rsvoboda/drop.native-image.install
Browse files Browse the repository at this point in the history
Drop native-image install step, Mandrel has it ootb
  • Loading branch information
rsvoboda authored Sep 19, 2023
2 parents c6dcad4 + 83655d8 commit 82482b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Daily Build"
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 20 * * *'
Expand Down Expand Up @@ -132,9 +133,6 @@ jobs:
java-version: ${{ matrix.java }}
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install native-image component
run: |
gu.cmd install native-image
- name: Configure Pagefile
# Increased the page-file size due to memory-consumption of native-image command
# For details see https://github.com/actions/virtual-environments/issues/785
Expand Down

0 comments on commit 82482b5

Please sign in to comment.