Skip to content

Commit

Permalink
feat(ci/bootstrap): vendor go buildtime
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Aug 8, 2024
1 parent 2d6ffc0 commit 762a25e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
dnf install -y mock wget git-core openssl-devel cargo podman fuse-overlayfs rpm-build mock
dnf builddep -y anda/{terra/{mock-configs,srpm-macros},tools/buildsys/subatomic}/*.spec
- name: Vendor Go
run: |
dnf remove -y golang
curl https://go.dev/dl/go1.22.6.linux-${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}.tar.gz -o go.tar.gz
tar xf go.tar.gz go/bin/go
cp go/bin/go /usr/local/bin/
- name: Install Anda
run: cargo install anda

Expand Down

0 comments on commit 762a25e

Please sign in to comment.