ci: sanity check
Some checks failed
checks / build (push) Failing after 21s
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-09-19 18:01:44 -04:00
parent ac9d3f17ea
commit 7040954056
GPG Key ID: D47306D7062CDA9D

View File

@ -15,13 +15,16 @@ jobs:
uses: https://gitea.com/BoYanZh/checkout@focs
- name: Setup Go 1.23.1
run: |
wget https://studygolang.com/dl/golang/go1.23.1.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.1.linux-amd64.tar.gz
wget -q https://studygolang.com/dl/golang/go1.23.1.linux-amd64.tar.gz
rm -rf /usr/local/go
tar -C /usr/local -xzf go1.23.1.linux-amd64.tar.gz
rm -rf go1.23.1.linux-amd64.tar.gz
- name: Sanity Check
run: |
ls -lha
ls -lha /usr/local
whoami
echo $PATH
- name: Display Go version
run: go version
- name: Prepare