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

This reverts commit a8328cb5ff.
pull/36259/head
Shane Smiskol 3 days ago
parent 4d53a26a06
commit 99a83e5522
  1. 2
      .github/workflows/raylib_ui_preview.yaml
  2. 2
      .github/workflows/ui_preview.yaml

@ -83,7 +83,7 @@ jobs:
if: github.event_name == 'pull_request_target' if: github.event_name == 'pull_request_target'
id: find_diff id: find_diff
run: >- 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') scenes=$(find ${{ github.workspace }}/pr_ui/*.png -type f -printf "%f\n" | cut -d '.' -f 1 | grep -v 'pair_device')
A=($scenes) A=($scenes)

@ -83,7 +83,7 @@ jobs:
if: github.event_name == 'pull_request_target' if: github.event_name == 'pull_request_target'
id: find_diff id: find_diff
run: >- 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') scenes=$(find ${{ github.workspace }}/pr_ui/*.png -type f -printf "%f\n" | cut -d '.' -f 1 | grep -v 'pair_device')
A=($scenes) A=($scenes)

Loading…
Cancel
Save