File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ permissions:
20
20
id-token : write
21
21
contents : read
22
22
23
+ defaults :
24
+ run :
25
+ shell : bash
26
+
23
27
jobs :
24
28
build :
25
29
if : ${{ inputs.docs_only == 'false' }}
56
60
cargo fetch --manifest-path src/tests/rust_guests/simpleguest/Cargo.toml --locked
57
61
cargo fetch --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml --locked
58
62
59
- - name : Get gh action service name
60
- if : ${{ (runner.os == 'Windows' )}}
61
- run : (Get-Service actions.runner.*) | Foreach { $_.Name, $_.UserName, $_.ServiceType }
62
- shell : pwsh
63
-
64
63
- name : Build and move Rust guests
65
64
run : just build-and-move-rust-guests
66
65
72
71
73
72
- name : Verify MSRV
74
73
run : ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-common
75
- shell : bash
76
74
77
75
- name : Run Rust tests
78
76
env :
You can’t perform that action at this time.
0 commit comments