From f34af16aa7455f26f8788200c0f1dfb39a077871 Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Sun, 22 Oct 2023 16:38:42 +0200 Subject: [PATCH] fix(ci): Force bash shell on all OSs Seems like Windows broke because of faulty env var expansion --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 180c29f0..b41d5b81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,6 +132,7 @@ jobs: - uses: actions/checkout@v4 - uses: swatinem/rust-cache@v2 - name: Build + shell: bash run: > cargo build --release @@ -165,6 +166,7 @@ jobs: path: "$ASSET_FILE" - name: Attach binary to release + shell: bash env: # `gh` blows up without token, cf. # https://josh-ops.com/posts/gh-auth-login-in-actions/#example-2---env-variable