Skip to content

Commit

Permalink
Another arm removal
Browse files Browse the repository at this point in the history
  • Loading branch information
justinb4003 committed Dec 28, 2024
1 parent 44e88f8 commit ed576a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "Linux amd64 cache found."
fi
if [ -n "$windows_cache" ] && [ -n "$linux_cache" ] && [ -n "$linux_arm_cache" ]; then
if [ -n "$windows_cache" ] && [ -n "$linux_cache" ]; then
echo "All caches found! Proceeding with build."
success=true
break
Expand Down

0 comments on commit ed576a8

Please sign in to comment.