Skip to content

Commit 7cea6bb

Browse files
committed
upgrade test.yml
1 parent c07f2d6 commit 7cea6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
apt-get update
2323
apt-get install -y wget build-essential
2424
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
25+
apt-get install -y ./cdt_4.1.1-1_amd64.deb
2626
2727
- name: Install npm dependencies
2828
run: npm ci

0 commit comments

Comments
 (0)