Skip to content

Commit d21ff39

Browse files
committed
Test 2
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 91acb07 commit d21ff39

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/dep_rust.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ permissions:
2020
id-token: write
2121
contents: read
2222

23+
defaults:
24+
run:
25+
shell: bash
26+
2327
jobs:
2428
build:
2529
if: ${{ inputs.docs_only == 'false' }}
@@ -55,11 +59,6 @@ jobs:
5559
run: |
5660
cargo fetch --locked
5761
58-
- name: Get gh action service name
59-
if: ${{ (runner.os == 'Windows' )}}
60-
run: (Get-Service actions.runner.*) | Foreach { $_.Name, $_.UserName, $_.ServiceType }
61-
shell: pwsh
62-
6362
- name: Build and move Rust guests
6463
run: just build-and-move-rust-guests
6564

@@ -71,7 +70,6 @@ jobs:
7170

7271
- name: Verify MSRV
7372
run: ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-common
74-
shell: bash
7573

7674
- name: Run Rust tests
7775
env:

0 commit comments

Comments
 (0)