We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91acb07 commit d21ff39Copy full SHA for d21ff39
.github/workflows/dep_rust.yml
@@ -20,6 +20,10 @@ permissions:
20
id-token: write
21
contents: read
22
23
+defaults:
24
+ run:
25
+ shell: bash
26
+
27
jobs:
28
build:
29
if: ${{ inputs.docs_only == 'false' }}
@@ -55,11 +59,6 @@ jobs:
55
59
run: |
56
60
cargo fetch --locked
57
61
58
- - name: Get gh action service name
- if: ${{ (runner.os == 'Windows' )}}
- run: (Get-Service actions.runner.*) | Foreach { $_.Name, $_.UserName, $_.ServiceType }
- shell: pwsh
62
-
63
- name: Build and move Rust guests
64
run: just build-and-move-rust-guests
65
@@ -71,7 +70,6 @@ jobs:
71
70
72
- name: Verify MSRV
73
run: ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-common
74
- shell: bash
75
76
- name: Run Rust tests
77
env:
0 commit comments