Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Remove self-check
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaGuardo committed Mar 15, 2021
1 parent 44c6fc6 commit 95ae7d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/self_check.yml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
id: setup-graalvm
uses: DeLaGuardo/setup-graalvm@master
with:
graalvm-version: '21.0.0.java11'
graalvm: '21.0.0.2'
# optional, available: java8 and java11, defaults to java8
java: 'java11'
# optional, available: amd64 and aarch64, defaults to amd64
arch: 'amd64'
- name: Install native-image component
run: |
Expand Down

0 comments on commit 95ae7d6

Please sign in to comment.