Skip to content

Commit

Permalink
chore(CI): 尝试排查是否存在初始化不完全的情况 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryShadow committed Mar 10, 2024
1 parent be3dff7 commit 83927cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
sudo apt remove --purge -y minecraftctl; \
echo minecraftctl Install the latest release...; \
download_url=`curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest | grep 'browser_download_url' | grep amd64.deb`; \
curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest | grep 'browser_download_url'; \
echo download_url: ${download_url}; \
download_url=${download_url#*: \"}; download_url=${download_url%\"*}; \
echo download_url: ${download_url}; \
wget ${download_url}; sudo apt install -y -q ./${download_url##*/}; rm ${download_url##*/}; \
Expand Down

0 comments on commit 83927cf

Please sign in to comment.