File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Rust CI
3
3
on :
4
4
pull_request :
5
5
paths-ignore :
6
- - ' **.md'
6
+ - " **.md"
7
7
push :
8
8
paths-ignore :
9
- - ' **.md'
9
+ - " **.md"
10
10
11
11
env :
12
12
RUST_LOG : info
@@ -24,19 +24,19 @@ jobs:
24
24
include :
25
25
- os : ubuntu-20.04
26
26
target : x86_64-unknown-linux-gnu
27
- cuda : ' 11.2.2'
27
+ cuda : " 11.2.2"
28
28
linux-local-args : ["--toolkit"]
29
29
- os : ubuntu-24.04
30
30
target : x86_64-unknown-linux-gnu
31
- cuda : ' 12.8.1'
31
+ cuda : " 12.8.1"
32
32
linux-local-args : ["--toolkit"]
33
33
- os : windows-latest
34
34
target : x86_64-pc-windows-msvc
35
- cuda : ' 11.2.2'
35
+ cuda : " 11.2.2"
36
36
linux-local-args : []
37
37
- os : windows-latest
38
38
target : x86_64-pc-windows-msvc
39
- cuda : ' 12.8.1'
39
+ cuda : " 12.8.1"
40
40
linux-local-args : []
41
41
42
42
steps :
72
72
- name : Install libffi7 for LLVM 7
73
73
if : matrix.os == 'ubuntu-24.04'
74
74
run : |
75
- wget http://archive .ubuntu.com/ubuntu/pool/universe/libf/libffi /libffi7_3.3-4_amd64 .deb
76
- sudo dpkg -i libffi7_3.3-4_amd64. deb
75
+ wget -O libffi7.deb http://security .ubuntu.com/ubuntu/pool/universe/libf/libffi7 /libffi7_3.3-5ubuntu1_amd64 .deb
76
+ sudo dpkg -i libffi7. deb || sudo apt-get install -f -y
77
77
78
78
- name : Install LLVM 7
79
79
if : contains(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments