Skip to content

Commit

Permalink
try absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-ngrok committed May 9, 2024
1 parent 6abeb6b commit 802037a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: apache-maven-3.8.8/bin/mvn --batch-mode verify
env:
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}
JAVA_11_HOME: $JAVA_HOME_11_X64
JAVA_17_HOME: $JAVA_HOME_17_X64
JAVA_11_HOME: /__t/Java_Temurin-Hotspot_jdk/11.0.23-9/x64
JAVA_17_HOME: /__t/Java_Temurin-Hotspot_jdk/17.0.11-9/x64

udeps:
name: Udeps
Expand Down

0 comments on commit 802037a

Please sign in to comment.