From be1f8e451d0c4111aa10f7e1f39c4382e04c1654 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Tue, 2 Jan 2024 01:30:43 +0300 Subject: [PATCH] Where is my attention? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88a9f36..da0fc62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: - name: Install project dependencies run: flutter pub get - name: Install Ninja - run: sudo apt-get --assume-yes install python-software-properties + run: sudo apt-get --assume-yes install ninja - name: Build artifacts env: CMAKE_MAKE_PROGRAM: Ninja