Skip to content

Commit

Permalink
devil in detailsss
Browse files Browse the repository at this point in the history
  • Loading branch information
jandecaluwe committed Feb 21, 2018
1 parent ab8c802 commit 20e67ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/tag/v0.33 | jq -r ".assets[] | select (.name | test (\"ubuntu1_amd64\"))| .browser_download_url")
url=$(curl -s https://api.github.com/repos/ghdl/ghdl/releases/tags/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
Expand Down

0 comments on commit 20e67ff

Please sign in to comment.