From 5f791406ce4fba190cb6511e9f724d7ede80b946 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Mon, 5 Apr 2021 12:53:58 +0530 Subject: [PATCH] Try fixing CD pipeline 1 --- .github/workflows/cd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f646a08..3e0a43d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,7 +12,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: + - macos-latest + - ubuntu-latest + # - windows-latest rust: [stable] include: - os: macos-latest