From 1a28004dd095ccb29ec7a40b5e3790bc7396b9c5 Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Sun, 16 Jun 2024 10:53:17 -0400 Subject: [PATCH] reorder --- .gitea/workflows/run_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/run_build.yaml b/.gitea/workflows/run_build.yaml index e2df725..352ef1f 100644 --- a/.gitea/workflows/run_build.yaml +++ b/.gitea/workflows/run_build.yaml @@ -7,12 +7,12 @@ jobs: container: image: ubuntu:latest steps: + - name: Install things + run: apt update && apt install build-essential cmake libsdl2-dev libexiv2-dev mesa-utils - name: Check out repository code uses: actions/checkout@v4 - name: Run ls run: ls - - name: Install things - run: apt update && apt install build-essential cmake libsdl2-dev libexiv2-dev mesa-utils - name: Generate run: cmake . - name: Build