File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,15 @@ jobs:
55
55
if : matrix.os == 'macos-latest'
56
56
- name : Install bender
57
57
run : cargo install bender
58
+ if : matrix.os == 'ubuntu-latest'
58
59
- name : Install slang
59
60
run : |
60
61
sudo mkdir -p /tools && sudo chmod 777 /tools
61
62
cd /tools && git clone https://github.com/MikePopoloski/slang.git && cd slang && git checkout v2.0
62
63
echo $PWD
63
64
cmake -B build && cmake --build build -j$(nproc)
64
65
cmake --install build --strip
65
- if : matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
66
+ if : matrix.os == 'ubuntu-latest'
66
67
- name : Build
67
68
run : cargo build --verbose
68
69
- name : Run tests
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ mod tests {
88
88
Ok ( ( ) )
89
89
}
90
90
91
- #[ cfg( not ( target_os = "windows" ) ) ]
91
+ #[ cfg( target_os = "linux" ) ]
92
92
#[ test]
93
93
fn test_cva6 ( ) -> Result < ( ) , Box < dyn std:: error:: Error > > {
94
94
// debug with -- --nocapture
You can’t perform that action at this time.
0 commit comments