Skip to content

Commit

Permalink
Adding new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jan 22, 2025
1 parent acbdc2b commit 8e5cd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
curl -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.ACCESS_TOKEN }}" -L -o cdt.zip https://api.github.com/repos/AntelopeIO/cdt/actions/artifacts/2440855012/zip
sudo apt-get update
sudo apt install unzip
sudo apt install unzip libcurl4-gnutls-dev
unzip cdt.zip
sudo dpkg -i ./cdt_4.2.0-dev_amd64.deb
- name: Run checks
Expand Down

0 comments on commit 8e5cd1a

Please sign in to comment.