From 3deb68d75ff8a262219b0c737d26ec5772edd2fa Mon Sep 17 00:00:00 2001 From: ivvist Date: Sun, 1 Dec 2024 15:47:04 +0100 Subject: [PATCH] delete install tinygo --- .github/workflows/ci_reuse_go.yml | 6 ------ .github/workflows/ci_reuse_go_norebuild.yml | 6 ------ .github/workflows/ci_reuse_go_pr.yml | 6 ------ 3 files changed, 18 deletions(-) diff --git a/.github/workflows/ci_reuse_go.yml b/.github/workflows/ci_reuse_go.yml index 074d69d..20c476b 100644 --- a/.github/workflows/ci_reuse_go.yml +++ b/.github/workflows/ci_reuse_go.yml @@ -45,12 +45,6 @@ jobs: go-version: 'stable' cache: false - # Install TinyGo - - name: Install TinyGo - run: | - wget https://github.com/tinygo-org/tinygo/releases/download/v0.33.0/tinygo_0.33.0_amd64.deb - sudo dpkg -i tinygo_0.33.0_amd64.deb - - name: Check pull request file size if: github.event_name == 'pull_request' run: curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/checkPR.sh | bash diff --git a/.github/workflows/ci_reuse_go_norebuild.yml b/.github/workflows/ci_reuse_go_norebuild.yml index ab98ad0..5ecdcec 100644 --- a/.github/workflows/ci_reuse_go_norebuild.yml +++ b/.github/workflows/ci_reuse_go_norebuild.yml @@ -28,12 +28,6 @@ jobs: go-version: 'stable' cache: false - # Install TinyGo - - name: Install TinyGo - run: | - wget https://github.com/tinygo-org/tinygo/releases/download/v0.33.0/tinygo_0.33.0_amd64.deb - sudo dpkg -i tinygo_0.33.0_amd64.deb - - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/ci_reuse_go_pr.yml b/.github/workflows/ci_reuse_go_pr.yml index 1c9faad..7a0c455 100644 --- a/.github/workflows/ci_reuse_go_pr.yml +++ b/.github/workflows/ci_reuse_go_pr.yml @@ -42,12 +42,6 @@ jobs: go-version: 'stable' cache: false - # Install TinyGo - - name: Install TinyGo - run: | - wget https://github.com/tinygo-org/tinygo/releases/download/v0.33.0/tinygo_0.33.0_amd64.deb - sudo dpkg -i tinygo_0.33.0_amd64.deb - - name: Checkout uses: actions/checkout@v4 with: