diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-21 20:53:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 20:53:11 -0400 |
| commit | 805fd70e4f2138996fc5ac66a8e4a551a9ade3ba (patch) | |
| tree | 9dfe599dbeecc60dbd48ca1d437f1719b3283c75 /.github/workflows/go.yml | |
| parent | 73e5e455a66c807988a1ede37e5453075da62906 (diff) | |
| download | xesite-805fd70e4f2138996fc5ac66a8e4a551a9ade3ba.tar.xz xesite-805fd70e4f2138996fc5ac66a8e4a551a9ade3ba.zip | |
Update go.yml
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 49a23f5..e4f4a94 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,10 +16,6 @@ jobs: - name: Set up Homebrew uses: Homebrew/actions/setup-homebrew@master - - name: Install Brew dependencies - run: | - brew bundle - - name: Setup Homebrew cellar cache uses: actions/cache@v4 with: @@ -29,6 +25,10 @@ jobs: restore-keys: | ${{ runner.os }}-homebrew-cellar- + - name: Install Brew dependencies + run: | + brew bundle + - name: Setup Golang caches uses: actions/cache@v4 with: |
