From f72335628fcd45320ad8d419388a6c8221b3a888 Mon Sep 17 00:00:00 2001 From: Alexandru Mihai Date: Wed, 2 Oct 2024 09:36:25 +0300 Subject: [PATCH] brew --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a329bbb..cfa8fcc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,8 +8,8 @@ jobs: runs-on: macOS-latest steps: - - name: list - run: ls -alh + - name: install fyne + run: brew instal fyne - name: Check out repository code uses: actions/checkout@v4 - name: list-again