We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec50aec + 22afb56 commit c20f1efCopy full SHA for c20f1ef
.github/workflows/tests.yml
@@ -16,11 +16,6 @@ jobs:
16
submodules: true
17
fetch-depth: 0
18
19
- - uses: actions/checkout@v2
20
- with:
21
- repository: happycube/ld-decode-testdata
22
- path: testdata
23
-
24
- name: Install dependencies
25
timeout-minutes: 10
26
run: |
.gitignore
@@ -51,7 +51,6 @@ __pycache__
51
52
# ld-decode data files
53
*.tbc
54
-testdata
55
testout
56
57
# Temporary files
.gitmodules
@@ -1,3 +1,6 @@
1
[submodule "ezpwd"]
2
path = tools/efm-decoder/libs/ezpwd
3
url = https://github.com/pjkundert/ezpwd-reed-solomon.git
4
+[submodule "testdata"]
5
+ path = testdata
6
+ url = https://github.com/happycube/ld-decode-testdata
testdata
0 commit comments