Skip to content

Commit

Permalink
remove unneeded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaulus committed Oct 14, 2024
1 parent 2455884 commit 65d2de4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: update
run: sudo apt-get update

- name: install libusb
run: sudo apt-get install -y libusb-1.0-0-dev

- name: Build executable
run: make build --trace
- name: test ios list
Expand Down

0 comments on commit 65d2de4

Please sign in to comment.