Refactor Makefile tools installation (#313)

* Refactor Makefile tools installation

Updating tools is not easy due to the bad Makefile design
Make it easier to update tools, preparing to golang and gocql update.

* Apply make fix

* Cleanup github workflow
This commit is contained in:
Dmitry Kropachev
2025-04-25 08:34:30 -04:00
committed by GitHub
parent c12236d8f3
commit 439a1ba517
3 changed files with 56 additions and 22 deletions

View File

@@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
env:
SCYLLA_IMAGE: scylladb/scylla
GOBIN: ./bin
steps:
- name: Git Checkout
uses: actions/checkout@v4
@@ -33,9 +32,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Make Directory for GOBIN
run: mkdir -p "${GOBIN}"
- name: Download Dependencies
run: git --version && make get-deps && make get-tools