Revert "raylib screenshots: find diff faster (#36255)"

This reverts commit a8328cb5ff.
This commit is contained in:
Shane Smiskol
2025-10-03 20:35:32 -07:00
parent 4d53a26a06
commit 99a83e5522
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ jobs:
if: github.event_name == 'pull_request_target'
id: find_diff
run: >-
sudo apt-get install -y imagemagick
sudo apt-get update && sudo apt-get install -y imagemagick
scenes=$(find ${{ github.workspace }}/pr_ui/*.png -type f -printf "%f\n" | cut -d '.' -f 1 | grep -v 'pair_device')
A=($scenes)

View File

@@ -83,7 +83,7 @@ jobs:
if: github.event_name == 'pull_request_target'
id: find_diff
run: >-
sudo apt-get install -y imagemagick
sudo apt-get update && sudo apt-get install -y imagemagick
scenes=$(find ${{ github.workspace }}/pr_ui/*.png -type f -printf "%f\n" | cut -d '.' -f 1 | grep -v 'pair_device')
A=($scenes)