From 3471f87f4bcfb57b3e8cdc6ef7e8713ec95d1bb3 Mon Sep 17 00:00:00 2001 From: whoeevee <94960726+whoeevee@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:25:48 +0300 Subject: [PATCH] will it work --- .github/workflows/build-swift.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-swift.yml b/.github/workflows/build-swift.yml index 59d1f1e0..1d6230df 100644 --- a/.github/workflows/build-swift.yml +++ b/.github/workflows/build-swift.yml @@ -17,8 +17,12 @@ jobs: with: xcode-version: '15.3' - - name: Install Theos - run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/theos/theos/master/bin/install-theos)" + - name: Setup Theos + - uses: actions/checkout@latest + with: + repository: theos/theos + path: ${{ github.workspace }}/theos + submodules: recursive - name: Copy SwiftProtobuf (rootful) run: |