Skip to content

Commit

Permalink
Set PATH with $GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Jul 28, 2023
1 parent beb864c commit 0bc6148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup MX
run: |
git clone --depth 1 https://github.com/graalvm/mx.git
export PATH=$PATH:`pwd`/mx
echo "PATH=$PATH:`pwd`/mx" >> "$GITHUB_ENV"
- name: CheckStyle
run: |
Expand Down

0 comments on commit 0bc6148

Please sign in to comment.