mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
fix path on build_test
This commit is contained in:
parent
a4ec7a2e77
commit
ed7efd5d01
2
.github/workflows/build_test.yml
vendored
2
.github/workflows/build_test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||||
echo "PATH=$GOPATH/bin:$PATH" >> $GITHUB_PATH
|
echo "PATH=$GOPATH/bin:$PATH" >> $GITHUB_PATH
|
||||||
fi
|
fi
|
||||||
cd $GOPATH/src/github.com/shirou/gopsutil
|
cd /home/runner/work/gopsutil/gopsutil/
|
||||||
dep ensure
|
dep ensure
|
||||||
# exclude v3 from being run with ./...
|
# exclude v3 from being run with ./...
|
||||||
rm -rf $GOPATH/src/github.com/shirou/gopsutil/v3
|
rm -rf $GOPATH/src/github.com/shirou/gopsutil/v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user