Skip to content

Commit c1069db

Browse files
committed
revert unnecessary thigns
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 1f2810e commit c1069db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
cargo fetch --manifest-path src/tests/rust_guests/simpleguest/Cargo.toml --locked
6161
cargo fetch --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml --locked
6262
63+
- name: Get gh action service name
64+
if: ${{ (runner.os == 'Windows' )}}
65+
run: (Get-Service actions.runner.*) | Foreach { $_.Name, $_.UserName, $_.ServiceType }
66+
shell: pwsh
67+
6368
- name: Build and move Rust guests
6469
run: just build-and-move-rust-guests
6570

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'c.just'
22
alias build-rust-debug := build-rust
33

4-
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop';"]
4+
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]
55
set dotenv-load := true
66

77
set-trace-env-vars := if os() == "windows" { "$env:RUST_LOG='none,hyperlight-host=info';" } else { "RUST_LOG=none,hyperlight-host=info" }

0 commit comments

Comments
 (0)