Sfoglia il codice sorgente

mac command lines tools don't need to be installed

Matthew R. Kasun 3 anni fa
parent
commit
6ee26600cf
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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: