Skip to content

Commit

Permalink
version v0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 12, 2024
1 parent 91e75bb commit 338ad89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: "1.22"

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

- 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="/var/tmp/fact"
TMP="/tmp/fact"
URL="https://f001.backblazeb2.com/file/EricZimmermanTools/net6"

echo "Download tools"
Expand Down

0 comments on commit 338ad89

Please sign in to comment.