From 5bff816a79520380f23efc282e12219d0986767f Mon Sep 17 00:00:00 2001 From: Zach Butler Date: Wed, 18 Jan 2023 01:32:13 -0500 Subject: [PATCH] Skip some steps, for testing leap download --- .github/workflows/contract.yml | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/contract.yml b/.github/workflows/contract.yml index 268ed94a..d9fc0f5f 100644 --- a/.github/workflows/contract.yml +++ b/.github/workflows/contract.yml @@ -22,27 +22,27 @@ jobs: submodules: 'true' token: ${{ steps.auth.outputs.token }} - - name: Download CDT - uses: AntelopeIO/asset-artifact-download-action@v2 - with: - owner: AntelopeIO - repo: cdt - target: 'v3.1.0' - prereleases: false - file: 'cdt_.*amd64.deb' - token: ${{ secrets.GITHUB_TOKEN }} + # - name: Download CDT + # uses: AntelopeIO/asset-artifact-download-action@v2 + # with: + # owner: AntelopeIO + # repo: cdt + # target: 'v3.1.0' + # prereleases: false + # file: 'cdt_.*amd64.deb' + # token: ${{ secrets.GITHUB_TOKEN }} - - name: Install CDT - run: sudo apt-get install -y ./cdt*.deb + # - name: Install CDT + # run: sudo apt-get install -y ./cdt*.deb - - name: Build TrustEVM Contract - run: .github/workflows/build-contract.sh + # - name: Build TrustEVM Contract + # run: .github/workflows/build-contract.sh - - name: Upload Artifacts - uses: actions/upload-artifact@v3 - with: - name: contract.tar.gz - path: contract.tar.gz + # - name: Upload Artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: contract.tar.gz + # path: contract.tar.gz - name: Download Leap - dev binary uses: AntelopeIO/asset-artifact-download-action@v2