We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a195e4 commit c07f2d6Copy full SHA for c07f2d6
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
apt-get update
23
apt-get install -y wget build-essential
24
- wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.1/cdt_4.1.1_amd64.deb
+ wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.1/cdt_4.1.1-1_amd64.deb
25
apt-get install -y ./cdt_4.1.1_amd64.deb
26
27
- name: Install npm dependencies
0 commit comments