mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
try another fix
This commit is contained in:
parent
5abf86d329
commit
ab8c802aa1
@ -2,7 +2,7 @@ if [ "$CI_TARGET" == "iverilog" ]; then
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install iverilog
|
||||
elif [ "$CI_TARGET" == "ghdl" ]; then
|
||||
url=$(curl -s https://api.github.com/repos/ghdl/ghdl/releases/latest | jq -r ".assets[] | select (.name | test (\"ubuntu14\"))| .browser_download_url")
|
||||
url=$(curl -s https://api.github.com/repos/ghdl/ghdl/releases/tag/v0.33 | jq -r ".assets[] | select (.name | test (\"ubuntu1_amd64\"))| .browser_download_url")
|
||||
curl -Lo ghdl.deb $url
|
||||
sudo dpkg -i ghdl.deb
|
||||
sudo apt-get install -f
|
||||
|
Loading…
x
Reference in New Issue
Block a user