From e079e4c22db5ba036dbb7e803b71f3673f03ae50 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Tue, 2 Apr 2024 13:09:15 -0700 Subject: [PATCH] disabling using Tuist for generation and sample code builds --- .github/workflows/build.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfb9369..49f2292 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,26 +29,26 @@ jobs: - name: Test YSwift run: swift test --enable-code-coverage -v - - name: Install Mise and Tuist - uses: jdx/mise-action@v2 - with: - install: true - cache: true - tool_versions: | - tuist = "3.39.3" - - - name: Tuist Fetch - run: | - cd examples - tuist fetch - - - name: Tuist Generate - run: | - cd examples - tuist generate -x -n - - - name: Tuist Test - run: | - cd examples - tuist build + # - name: Install Mise and Tuist + # uses: jdx/mise-action@v2 + # with: + # install: true + # cache: true + # tool_versions: | + # tuist = "3.39.3" + + # - name: Tuist Fetch + # run: | + # cd examples + # tuist fetch + + # - name: Tuist Generate + # run: | + # cd examples + # tuist generate -x -n + + # - name: Tuist Test + # run: | + # cd examples + # tuist build