Skip to content

Commit

Permalink
ci: add dependencies for release
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Oct 4, 2024
1 parent 19494f9 commit d580137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- name: Install dependencies
run: ./script/tools.sh gha-deps
run: sudo apt install -y make direnv unzip lz4 wget curl npm jq pv coreutils
- name: Detect required Go version
run: |
toolchain=$(./script/tools.sh gotoolchain | sed 's/go*//')
Expand Down

0 comments on commit d580137

Please sign in to comment.