mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 21:14:01 +08:00
Revert "raylib screenshots: find diff faster (#36255)"
This reverts commit a8328cb5ff.
This commit is contained in:
2
.github/workflows/raylib_ui_preview.yaml
vendored
2
.github/workflows/raylib_ui_preview.yaml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user