Skip to content

Commit

Permalink
Testing export
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Apr 3, 2024
1 parent 5353284 commit 8de4b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
if [[ "${version}" =~ "graal" ]]; then
cd test-graal
export JAVA_TOOLCHAIN_VERSION=$(echo "${version}" | grep --extended-regex --only-matching '[0-9]+-' | sed 's/-//')
echo "JAVA_TOOLCHAIN_VERSION=${JAVA_TOOLCHAIN_VERSION}"
else
cd test
fi
Expand Down

0 comments on commit 8de4b06

Please sign in to comment.