diff --git a/.github/workflows/mobile.build-dev.yml b/.github/workflows/mobile.build-dev.yml index 7788d71a8..72bd3746d 100644 --- a/.github/workflows/mobile.build-dev.yml +++ b/.github/workflows/mobile.build-dev.yml @@ -61,8 +61,6 @@ jobs: - name: Export version from package.json run: | echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4)" >> $GITHUB_ENV - - name: Set longer yarn timeout - run: yarn config set network-timeout 300000 - name: Ruby Setup for Fastlane uses: ruby/setup-ruby@v1 - name: Install dependencies diff --git a/.github/workflows/mobile.build-prod.yml b/.github/workflows/mobile.build-prod.yml index ef1d4719d..b4baff99f 100644 --- a/.github/workflows/mobile.build-prod.yml +++ b/.github/workflows/mobile.build-prod.yml @@ -58,8 +58,6 @@ jobs: - name: Export version from package.json run: echo "PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4)" >> $GITHUB_ENV - - name: Set longer yarn timeout - run: yarn config set network-timeout 300000 - name: Install dependencies run: yarn run init - name: Set ssh connection to Github