]> git.bitcoin.ninja Git - rust-lightning/commitdiff
fuck windowz
authorMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 01:22:49 +0000 (01:22 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 01:22:49 +0000 (01:22 +0000)
.github/workflows/build.yml

index 9d00ef86ecddf28481bad5fa974a44bb674bcac8..b5a0de423cbd717da69de189397886f96c437fc7 100644 (file)
@@ -110,6 +110,7 @@ jobs:
       #    RUSTFLAGS="-C link-dead-code" cargo build --verbose --color always --features rpc-client,rest-client,tokio
       - name: Test backtrace-debug builds on Rust ${{ matrix.toolchain }}
         if: "matrix.toolchain == 'stable'"
+        shell: bash # Default on Winblows is powershell
         run: |
           cd lightning && RUSTC_BACKTRACE=1 cargo test --verbose --color always --features backtrace
       - name: Test on Rust ${{ matrix.toolchain }} with net-tokio