Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 16, 2023
1 parent 15a1f70 commit 54c3ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ image: Visual Studio 2017
clone_folder: C:\projects\deps.clj

environment:
GRAALVM_HOME: C:\projects\babashka\graalvm\graalvm-jdk-21.0.1+12.1
JAVA_HOME: C:\projects\babashka\graalvm\graalvm-jdk-21.0.1+12.1
GRAALVM_HOME: C:\projects\deps.clj\graalvm\graalvm-jdk-21.0.1+12.1
JAVA_HOME: C:\projects\deps.clj\graalvm\graalvm-jdk-21.0.1+12.1

cache:
- C:\ProgramData\chocolatey\lib -> project.clj, appveyor.yml
Expand Down

0 comments on commit 54c3ead

Please sign in to comment.