Skip to content

Commit

Permalink
fix workflow env error
Browse files Browse the repository at this point in the history
  • Loading branch information
lesismal authored Jul 12, 2024
1 parent 0f3b986 commit 882d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
printf "$(go version)\n"
printf "\n\ngo environment:\n\n"
go get -u github.com/lesismal/nbio/...
go get -u github.com/lesismal/nbio
ulimit -n 30000
go env
echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 882d08e

Please sign in to comment.