From 984dc31fcbef859a7afc0e968defdb39f1b93389 Mon Sep 17 00:00:00 2001 From: Mr_Purple_666 Date: Mon, 2 Jan 2023 22:06:47 -0300 Subject: [PATCH] Update panfrost_ci.yml --- .github/workflows/panfrost_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/panfrost_ci.yml b/.github/workflows/panfrost_ci.yml index 7b6c008..25b6064 100644 --- a/.github/workflows/panfrost_ci.yml +++ b/.github/workflows/panfrost_ci.yml @@ -18,7 +18,7 @@ jobs: sudo apt build-dep mesa -y - name: Execute build script - run: bash ./turnip_builder.sh + run: bash ./panfrost_builder.sh - name: Upload a Build Artifact uses: actions/upload-artifact@v3.1.0