From afe7169c532da9ff708a3afc45f11f7ed134defd Mon Sep 17 00:00:00 2001 From: Nexus <84789900+NexushasTaken@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:03:45 +0800 Subject: [PATCH] Update main.yml --- .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 f682fe4..91d157d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies run: | - brew install glfw + brew install glfw tree - name: Download c3 tool run: wget https://github.com/c3lang/c3c/releases/download/latest/c3-macos.zip - name: Extract c3 tool