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: |