Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable

ci: include required packages #3

merged opened by tjh.dev targeting main from push-vssolqlyozpu

Signed-off-by: tjh did:plc:65gha4t3avpfpzmvpbwovss7

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:65gha4t3avpfpzmvpbwovss7/sh.tangled.repo.pull/3lztz36ahyu22
+5 -2
Diff #0
+3 -1
.tangled/workflows/clippy.yaml
··· 10 10 dependencies: 11 11 nixpkgs: 12 12 - cargo 13 + - clang 14 + - clippy 13 15 14 16 steps: 15 - - name: run clippy 17 + - name: Run clippy 16 18 environment: 17 19 RUSTFLAGS: "-Dwarnings" 18 20 command: |
+2 -1
.tangled/workflows/unit-tests.yaml
··· 10 10 dependencies: 11 11 nixpkgs: 12 12 - cargo 13 + - clang 13 14 14 15 steps: 15 - - name: run unit tests 16 + - name: Run unit tests 16 17 command: | 17 18 cargo test --all-targets --all-features

History

1 round 0 comments
sign up or login to add to the discussion
tjh.dev submitted #0
1 commit
expand
ci: include required packages
expand 0 comments
pull request successfully merged