Skip to content

Commit

Permalink
cat $GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Apr 1, 2024
1 parent 1359574 commit b4873cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_odin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "odin: $(odin version)"
echo
echo "PATH: $PATH"
echo
echo "GITHUB_PATH: $GITHUB_PATH"
echo "GITHUB_PATH: $(cat $GITHUB_PATH)"
echo

if ! command -v llvm-config &> /dev/null
Expand Down

0 comments on commit b4873cf

Please sign in to comment.