File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - uses : actions/checkout@v2
26- - uses : DeLaGuardo /setup-graalvm@5.0
26+ - uses : graalvm /setup-graalvm@v1
2727 with :
28- graalvm-version : ${{ env.GRAALVM_VERSION }}
28+ java-version : ' 25'
29+ distribution : ' graalvm'
30+ github-token : ${{ secrets.GITHUB_TOKEN }}
2931 - uses : DeLaGuardo/setup-clojure@3.5
3032 with :
3133 tools-deps : ${{ env.CLOJURE_CLI_VERSION }}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ compilec:
5757 $(CC ) -g -shared -fpic -I${JAVA_HOME} /include -I${JAVA_HOME} /include/$(ARCH ) src_jni/Daemon.c -o lib/libDaemon.$(EXT )
5858
5959nativeimage :
60- clojure -A :native-image
60+ clojure -M :native-image
6161
6262# $(CC) -g -static -fpic -I${JAVA_HOME}/include -I${JAVA_HOME}/include/$(ARCH) src_jni/Daemon.c -o lib/libDaemon.$(EXT)
6363# rm -f lib/libDaemon.a
Original file line number Diff line number Diff line change 55# project. When using the system `funnel` it will do a version check and warn if
66# the version is older than what is requested.
77
8- funnel_version=" 1.5.85 "
8+ funnel_version=" unreleased "
99store_dir=" $( pwd) /.store"
1010install_dir=" ${store_dir} /funnel-${funnel_version} "
1111
You can’t perform that action at this time.
0 commit comments