Skip to content

Commit

Permalink
version v0.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 12, 2024
1 parent 126785e commit 936468c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
BIN: ${{ github.workspace }}/bin
TMP: ${{ github.workspace }}/tmp

jobs:
build:
Expand All @@ -27,7 +26,7 @@ jobs:
go-version: "1.22"

- name: Tools
run: make tools BIN=${{ env.BIN }} TMP=${{ env.TMP }}
run: make tools BIN=${{ env.BIN }}

- name: Build
run: go build -v -race ./...
Expand Down
2 changes: 1 addition & 1 deletion scripts/eztools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
BIN="bin"
TMP="/tmp/fact"
TMP="$BIN/tmp"
URL="https://f001.backblazeb2.com/file/EricZimmermanTools/net6"

echo "Download tools"
Expand Down

0 comments on commit 936468c

Please sign in to comment.