Skip to content

Commit

Permalink
Remove use of DeLaGuardo/setup-graalvm
Browse files Browse the repository at this point in the history
Apache repos currently restrict the use of actions to "official"
actions. Will need to revisit how to use graalvm in actions builds.
  • Loading branch information
tjwatson committed Jan 13, 2021
1 parent dfc8d73 commit 7ea64ee
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/maven.yml
Expand Up @@ -29,15 +29,4 @@ jobs:
run: |
cp atomos.examples/atomos.examples.index/target/org.apache.felix.atomos.examples.index-*.jar atomos.examples/atomos.examples.android/app/libs
atomos.examples/atomos.examples.android/gradlew -b atomos.examples/atomos.examples.android/build.gradle build
- name: Setup GraalVM environment
if: matrix.os == 'ubuntu-latest'
uses: DeLaGuardo/setup-graalvm@3.0
with:
# The GraalVM version to make available on the path.
graalvm-version: '20.3.0.java11'
- name: Install substrate native-image support
if: matrix.os == 'ubuntu-latest'
run: gu install native-image
- name: Build substrate lib example
if: matrix.os == 'ubuntu-latest'
run: ./mvnw clean package -f atomos.examples/atomos.examples.substrate.lib/pom.xml

0 comments on commit 7ea64ee

Please sign in to comment.