Skip to content

Commit f1d7ada

Browse files
committed
fixup
1 parent 2260fa6 commit f1d7ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ task:
3939
- cat /etc/debian_version
4040
- cat /proc/cpuinfo
4141
- cat /proc/crypto
42-
- sh install.sh
42+
- sh ci/install.sh
4343
test_script:
4444
- sh ci/script.sh
4545

@@ -57,6 +57,6 @@ task:
5757
- cat /etc/debian_version
5858
- cat /proc/cpuinfo
5959
- cat /proc/crypto
60-
- sh install.sh
60+
- sh ci/install.sh
6161
test_script:
6262
- sh ci/script.sh

0 commit comments

Comments
 (0)