Skip to content

Commit

Permalink
Restore original workflow to fix go build
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Oct 21, 2024
1 parent 182aa3d commit 7ab4f54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -106,10 +102,6 @@ jobs:
- PackageAndroidProvider

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand All @@ -136,10 +128,6 @@ jobs:
needs: [setup-env, build-packages]

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -177,10 +165,6 @@ jobs:
(github.ref == 'refs/heads/master' || github.ref_type == 'tag')
steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
NIGHTLY_BUILD: true

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -59,10 +55,6 @@ jobs:
- ReleaseDebianPPASnapshot

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -112,10 +104,6 @@ jobs:
- ReleaseAndroidProviderSDK

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -152,10 +140,6 @@ jobs:
needs: [release-tag]

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/tests-and-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -41,10 +37,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand All @@ -67,10 +59,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clean previous go installation
run: |
rm -rf /opt/hostedtoolcache/go
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 7ab4f54

Please sign in to comment.