Skip to content

Commit 1f2810e

Browse files
committed
Test 2
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 21c0966 commit 1f2810e

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' }}
@@ -56,11 +60,6 @@ jobs:
5660
cargo fetch --manifest-path src/tests/rust_guests/simpleguest/Cargo.toml --locked
5761
cargo fetch --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml --locked
5862
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-
6463
- name: Build and move Rust guests
6564
run: just build-and-move-rust-guests
6665

@@ -72,7 +71,6 @@ jobs:
7271

7372
- name: Verify MSRV
7473
run: ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-common
75-
shell: bash
7674

7775
- name: Run Rust tests
7876
env:

0 commit comments

Comments
 (0)