From 54bbcd875a5a9c876a77799defbcddbef56f76b5 Mon Sep 17 00:00:00 2001 From: Curt Bushko Date: Fri, 29 Sep 2023 00:54:19 -0400 Subject: [PATCH] run prettier --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87e10d5a5..b3472a5a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,6 @@ jobs: # Nix breaks xcodebuild so this has to be run outside. - name: Build Ghostty.app run: cd macos && xcodebuild - build-windows: runs-on: windows-2019 # this will not stop other jobs from running @@ -80,7 +79,7 @@ jobs: submodules: recursive fetch-depth: 0 # This could be from a script if we wanted to but inlining here for now - # in one place. + # in one place. # Using powershell so that we do not need to install WSL components. Also, # WSLv1 is only installed on Github runners. - name: Install zig