From 85a62ffb86b883ab8eda48eefc08327f1aac5952 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:48:49 -0500 Subject: [PATCH] Update buildapp.yml --- .github/workflows/buildapp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index f755cdb..29b8b72 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -63,6 +63,9 @@ jobs: - name: Install Dependencies run: brew install ldid dpkg make swift + - name: Build Swift code + run: swift build --configuration release + - name: Set PATH environment variable run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH