Browse Source

mac command lines tools don't need to be installed

Matthew R. Kasun 3 years ago
parent
commit
94368bba9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/test.yml

+ 0 - 1
.github/workflows/test.yml

@@ -45,7 +45,6 @@ jobs:
           go-version: 1.18
       - name: Build mac
         run: |
-          xcode-select --install
           env CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -tags=gui main.go
   tests:
     env: