Removed hex2bin dep
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s

This commit is contained in:
Willem Cazander 2024-06-24 13:36:26 +02:00
parent 9dd8b1e4ce
commit 41e310b5cd
5 changed files with 16 additions and 25 deletions

View file

@ -11,4 +11,4 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Run asserts
run: PATH_HEX2BIN=/opt/Hex2bin-2.5 make assert-all;
run: make assert-all;