Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 0960396

Browse files
committed
all: remove dif package and ftdi dependancy
1 parent 67f9b15 commit 0960396

File tree

10 files changed

+4
-963
lines changed

10 files changed

+4
-963
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
- name: Checkout code
4141
uses: actions/checkout@v2
4242

43-
- name: Install Linux packages
44-
if: matrix.platform == 'ubuntu-latest'
45-
run: |
46-
sudo apt-get update
47-
sudo apt-get install -qq pkg-config libftdi1-dev
48-
4943
## - name: Build-Linux-32b
5044
## if: matrix.platform == 'ubuntu-latest'
5145
## run: |

.github/workflows/lint.yml

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: cgo-deps
16-
run: sudo apt install pkg-config libftdi1-dev
1715
- name: golangci-lint
1816
uses: golangci/golangci-lint-action@v2
1917
with:

dif/const.go

-18
This file was deleted.

dif/device.go

-257
This file was deleted.

0 commit comments

Comments
 (0)