From 1b6640bd7192f4b71c68b0e42d4e7ecda93d9811 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Wed, 20 Dec 2023 18:18:07 -0500 Subject: [PATCH] yo --- .github/workflows/create_dbc_and_proto.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/create_dbc_and_proto.yml b/.github/workflows/create_dbc_and_proto.yml index 438efa8..319bdae 100644 --- a/.github/workflows/create_dbc_and_proto.yml +++ b/.github/workflows/create_dbc_and_proto.yml @@ -14,9 +14,6 @@ jobs: strategy: matrix: version: [23.11] - architecture: [x86_64-linux] - package: [tester] - language: [py] steps: - uses: cachix/install-nix-action@v23 - name: Get branch names @@ -26,5 +23,5 @@ jobs: with: repository: RCMast3r/data_acq ref: refs/heads/master - - run: nix develop .#packages.${{matrix.architecture}}.ci --override-input nixpkgs github:NixOS/nixpkgs/release-${{ matrix.version}} + - run: nix develop .#ci --override-input nixpkgs github:NixOS/nixpkgs/release-${{ matrix.version}} - run: ht_dbc_proto_creator \ No newline at end of file