Skip to content

Commit 0ea1ffc

Browse files
committed
remove debug steps
they were kinda preventing macos from building correctly, so...
1 parent 39f74da commit 0ea1ffc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,8 @@ jobs:
3434
uses: actions/setup-go@v3
3535
with:
3636
go-version: '^1.18.2'
37-
- name: Info
38-
run: tree
3937
- name: Build dependencies
4038
run: go run build.go -verbose build-all
41-
- name: Show libs
42-
run: go run build.go show-libs
43-
- name: Info
44-
run: tree tor
4539
- name: Upload tor binary
4640
uses: actions/upload-artifact@v3
4741
with:

0 commit comments

Comments
 (0)