Skip to content

Commit 463e31d

Browse files
committed
revert unnecessary thigns
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 945ab01 commit 463e31d

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
@@ -59,6 +59,11 @@ jobs:
5959
run: |
6060
cargo fetch --locked
6161
62+
- name: Get gh action service name
63+
if: ${{ (runner.os == 'Windows' )}}
64+
run: (Get-Service actions.runner.*) | Foreach { $_.Name, $_.UserName, $_.ServiceType }
65+
shell: pwsh
66+
6267
- name: Build and move Rust guests
6368
run: just build-and-move-rust-guests
6469

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)