raylib screenshots: find diff faster (#36255)

* ?

* run it

* wrong

* here too

* revert
This commit is contained in:
Shane Smiskol
2025-10-03 17:59:42 -07:00
committed by GitHub
parent 844c328625
commit a8328cb5ff
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 update && sudo apt-get install -y imagemagick
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 update && sudo apt-get install -y imagemagick
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)