Skip to content

Commit

Permalink
Updated Linux build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed May 21, 2024
1 parent 7c6d754 commit 70cc83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export GOBIN=~/json-scada/bin
go env -w GO111MODULE=auto

cd ../calculations
go go mod tidy
go mod tidy
go build
cp calculations ../../bin/

Expand Down

0 comments on commit 70cc83d

Please sign in to comment.