Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Dec 20, 2023
1 parent 6029266 commit 1b6640b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create_dbc_and_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1b6640b

Please sign in to comment.