ci: remove install go-judge
Some checks failed
continuous-integration/drone/push Build is passing
checks / build (push) Has been cancelled

This commit is contained in:
张泊明518370910136 2024-09-16 00:42:01 -04:00
parent cf9a4ff1aa
commit 1427eb2655
GPG Key ID: D47306D7062CDA9D

View File

@ -21,14 +21,6 @@ jobs:
run: | run: |
ls -lha ls -lha
whoami whoami
- name: Install & Run go-judge
run: |
cd /tmp
wget https://ghp.ci/https://github.com/criyle/go-judge/releases/download/v1.8.5/go-judge_1.8.5_linux_amd64.deb
dpkg -i go-judge_1.8.5_linux_amd64.deb
rm go-judge_1.8.5_linux_amd64.deb
go-judge -grpc-addr 0.0.0.0:5051 -enable-grpc -enable-debug -enable-metrics &
cd -
- name: Display Go version - name: Display Go version
run: go version run: go version
- name: Prepare - name: Prepare