Skip to content

Commit

Permalink
win build again step 6
Browse files Browse the repository at this point in the history
  • Loading branch information
blandger committed Jan 11, 2025
1 parent 520a27e commit c13648d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,16 @@ jobs:
echo "Archive extracted to: $PWD"
ls -la
# Set epubcheck path
# Check epubcheck-5.2.0 directory contents
echo "Checking epubcheck-5.2.0 contents:"
ls -la epubcheck-5.2.0/
# Set and verify epubcheck path
EPUBCHECK_JAR="$GITHUB_WORKSPACE/epubcheck/epubcheck-5.2.0/epubcheck.jar"
echo "EPUBCHECK_PATH=$EPUBCHECK_JAR" >> $GITHUB_ENV
echo "Value to be set: $EPUBCHECK_JAR"
echo "Current environment variables:"
env | grep EPUBCHECK
# Setup full path to jar file
# echo "EPUBCHECK_PATH=%GITHUB_WORKSPACE%\epubcheck\epubcheck-5.2.0\epubcheck.jar" >> $GITHUB_ENV
Expand Down

0 comments on commit c13648d

Please sign in to comment.