From 4f959f926d0c6929caa38aa51b59214cd1b68d29 Mon Sep 17 00:00:00 2001 From: epi Date: Sat, 14 Sep 2024 22:25:15 -0400 Subject: [PATCH] migrating from actions-rs to dtolnay stuff; matrix build; test 6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 846b28fe..ec86b5f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: CD Pipeline on: [push] jobs: - build-nix-release: + build-nix: name: Release - ${{ matrix.os }} env: IN_PIPELINE: true