修改构建脚本

This commit is contained in:
junleea 2024-07-05 19:52:18 +08:00
parent cf3985321d
commit daa799dfb5
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
echo "Building the project"
source /etc/profile
go build
echo "Build complete"