From 383f4f45d89dfffc125d478ab9fda108a8922005 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Tue, 12 Mar 2024 16:48:25 -0300 Subject: [PATCH] test --- .github/workflows/build.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b1e1e43..0f5e3a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,15 @@ jobs: # - name: Adding Known Hosts # run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts + + - uses: maxim-lobanov/setup-xcode@v1 + - name: Printenv run: printenv - # - name: Build and test - # run: | - # swift build + - name: Build and test + run: | + swift build # - name: Generate momd # run: |